Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

6.2.1 Honolulu

Compare
Choose a tag to compare
Loading
@oklopferoklopfer released this 13 Mar 16:42
· 22 commits to master since this release
108de6f
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Pacstall v6.2.1 HonoluluHonolulu

This update is a bugfix update for bugs present in6.2.0 found and reported by the community. Users can update from Pacstall 4.0.0 or higher withpacstall -U pacstall:master, or reinstall using the deb file. The prebuilt deb is also available from theChaotic PPR, usingsudo apt install pacstall.

Developers, Developers, Developers...

Bug fixes

Current translation status:

Weblate translation status

Seehttps://github.com/pacstall/pacstall#translations for how to help.


Pacscript for this releases Deb
pkgname="pacstall"pkgver="6.2.1"arch=("all")pkgdesc="An AUR-inspired package manager for UbuntuPacstall is the AUR Ubuntu wishes it had. It takes the concept of the AURand puts a spin on it, making it easier to install and update downstream programs,without scouring github repos and the likes."url='https://pacstall.dev'depends=('bash''curl''wget''git''unzip''zstd''tar''gzip''sensible-utils''iputils-ping''lsb-release''aptitude''bubblewrap''build-essential''jq''distro-info-data''gettext')makedepends=('gettext''gzip')recommends=('axel''ninja-build''meson''spdx-licenses')maintainer=("Pacstall Team <pacstall@pm.me>""Elsie19 <hwengerstickel@pm.me>")backup=('usr/share/pacstall/repo/pacstallrepo''usr/share/pacstall/update')source=("https://github.com/pacstall/pacstall/archive/refs/tags/${pkgver}.zip")prepare() {cd"${pkgname}-${pkgver}"  mkdir -p"${pkgdir}/usr/bin/"  mkdir -p"${pkgdir}/usr/share/pacstall/scripts/"  mkdir -p"${pkgdir}/usr/share/pacstall/repo/"  mkdir -p"${pkgdir}/usr/share/man/man8/"  mkdir -p"${pkgdir}/usr/share/man/man5/"  mkdir -p"${pkgdir}/usr/share/bash-completion/completions"  mkdir -p"${pkgdir}/usr/share/fish/vendor_completions.d"  mkdir -p"${pkgdir}/var/log/pacstall/error_log/"  mkdir -p"${pkgdir}/var/lib/pacstall/metadata/"  mkdir -p"${pkgdir}/var/cache/pacstall/"  mkdir -p"${pkgdir}/usr/src/pacstall/"  mapfile -t linguas<"misc/po/LINGUAS"forlangin"${linguas[@]}";do    mkdir -p"${pkgdir}/usr/share/locale/${lang}/LC_MESSAGES/"done}package() {cd"${pkgname}-${pkgver}"  install -Dm755 pacstall"${pkgdir}/usr/bin/"  install -Dm755"misc/scripts"/*"${pkgdir}/usr/share/pacstall/scripts/"  gzip -9n misc/man/pacstall.8  gzip -9n misc/man/pacstall.5  install"misc/man/pacstall.8.gz""${pkgdir}/usr/share/man/man8/"  install"misc/man/pacstall.5.gz""${pkgdir}/usr/share/man/man5/"  install"misc/completion/fish""${pkgdir}/usr/share/fish/vendor_completions.d/pacstall.fish"  install"misc/completion/bash""${pkgdir}/usr/share/bash-completion/completions/pacstall"echo"https://raw.githubusercontent.com/pacstall/pacstall-programs/master"| tee"${pkgdir}/usr/share/pacstall/repo/pacstallrepo"> /dev/null  mapfile -t linguas<"misc/po/LINGUAS"forlangin"${linguas[@]}";do    msgfmt -o"${pkgdir}/usr/share/locale/${lang}/LC_MESSAGES/pacstall.mo""misc/po/${lang}.po"done  rm -f"${pkgdir}/usr/share/scripts/update.sh"}

Pacation

Contributors

  • @oklopfer
oklopfer
Assets3
Loading
Elsie19 reacted with heart emoji
1 person reacted

[8]ページ先頭

©2009-2025 Movatter.jp