Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / engrampa
Commits: e0646d1a by Antonio Rojas at 2024-03-31T12:18:59+02:00 upgpkg: 1.28.1-1: Update to 1.28.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,31 @@ +pkgbase = engrampa + pkgdesc = Archive manipulator for MATE + pkgver = 1.28.1 + pkgrel = 1 + url = https://mate-desktop.org + arch = x86_64 + groups = mate-extra + license = GPL + makedepends = caja + makedepends = itstool + makedepends = python + depends = gtk3 + depends = gzip + depends = gettext + depends = libarchive + depends = tar + depends = unzip + depends = zip + optdepends = caja: Caja support + optdepends = p7zip: 7Z and ARJ archive support + optdepends = unace: ACE archive support + optdepends = unrar: RAR archive support + optdepends = brotli: Brotli compression support + optdepends = rpm-tools: RPM support + optdepends = cpio: RPM support + conflicts = engrampa-gtk3 + replaces = engrampa-gtk3 + source = https://pub.mate-desktop.org/releases/1.28/engrampa-1.28.1.tar.xz + sha256sums = 9c5c4c9bcf8b08eeaa8f275538d24b4c955089d58aec0331e89c02b84d85386a + +pkgname = engrampa ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Martin Wimpress <c...@flexion.org> pkgname=engrampa -pkgver=1.26.1 +pkgver=1.28.1 pkgrel=1 pkgdesc="Archive manipulator for MATE" url="https://mate-desktop.org" @@ -22,7 +22,7 @@ groups=('mate-extra') conflicts=("engrampa-gtk3") replaces=("engrampa-gtk3") source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('f0224107a7a4e9ea6309c9e78aa5faac802c4cf72a49ac283aa9e7ae1e8a6c4a') +sha256sums=('9c5c4c9bcf8b08eeaa8f275538d24b4c955089d58aec0331e89c02b84d85386a') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/engrampa/-/commit/e0646d1a8f8fb34fb12824b8e089127d0c89f1a4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/engrampa/-/commit/e0646d1a8f8fb34fb12824b8e089127d0c89f1a4 You're receiving this email because of your account on gitlab.archlinux.org.