T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / xarchiver
Commits: dc6046bb by T.J. Townsend at 2023-12-29T10:48:01-05:00 upgpkg: 0.5.4.22-1: update to 0.5.4.22 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,43 @@ +pkgbase = xarchiver + pkgdesc = GTK+ frontend to various command line archivers + pkgver = 0.5.4.22 + pkgrel = 1 + url = https://github.com/ib/xarchiver + arch = x86_64 + license = GPL + makedepends = docbook-xsl + makedepends = intltool + makedepends = xmlto + depends = gtk2 + depends = gtk3 + optdepends = arj: ARJ support + optdepends = binutils: deb support + optdepends = bzip2: bzip2 support + optdepends = cpio: RPM support + optdepends = gzip: gzip support + optdepends = lha: LHA support + optdepends = lrzip: lrzip support + optdepends = lz4: LZ4 support + optdepends = lzip: lzip support + optdepends = lzop: LZOP support + optdepends = p7zip: 7z support + optdepends = tar: tar support + optdepends = unarj: ARJ support + optdepends = unrar: RAR support + optdepends = unzip: ZIP support + optdepends = xdg-utils: recognize more file types to open + optdepends = xz: xz support + optdepends = zip: ZIP support + optdepends = zstd: zstd support + source = https://github.com/ib/xarchiver/archive/0.5.4.22/xarchiver-0.5.4.22.tar.gz + source = xarchiver.appdata.xml + sha256sums = 425b203f59a5e3d0747e80cbbe0af0beb0f9b77bbe29a9b233e85c54a4ff6193 + sha256sums = 55f41aa0e5569b446933a34ac0585443fa5bd92f03f47e1fd53daf19905cc97e + +pkgname = xarchiver + depends = gtk3 + +pkgname = xarchiver-gtk2 + pkgdesc = GTK+ frontend to various command line archivers (GTK+ 2 version) + depends = gtk2 + conflicts = xarchiver ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgbase=xarchiver pkgname=(xarchiver xarchiver-gtk2) -pkgver=0.5.4.21 +pkgver=0.5.4.22 pkgrel=1 pkgdesc="GTK+ frontend to various command line archivers" arch=(x86_64) @@ -33,7 +33,7 @@ optdepends=('arj: ARJ support' 'zstd: zstd support') source=(https://github.com/ib/xarchiver/archive/$pkgver/$pkgbase-$pkgver.tar.gz xarchiver.appdata.xml) -sha256sums=('65329bff7e901452f3f927d913c47ffca759a36e83e8b82d04fe6945e7393fd4' +sha256sums=('425b203f59a5e3d0747e80cbbe0af0beb0f9b77bbe29a9b233e85c54a4ff6193' '55f41aa0e5569b446933a34ac0585443fa5bd92f03f47e1fd53daf19905cc97e') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xarchiver/-/commit/dc6046bbbb6e3f7a50ed4f6cbd601a49b448637f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xarchiver/-/commit/dc6046bbbb6e3f7a50ed4f6cbd601a49b448637f You're receiving this email because of your account on gitlab.archlinux.org.
