diff options
Diffstat (limited to 'libre/file-roller/PKGBUILD')
-rw-r--r-- | libre/file-roller/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index d5745196c..510637c16 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -6,7 +6,7 @@ # - removed unace and unrar recommendation pkgname=file-roller -pkgver=3.30.1 +pkgver=3.32.1 pkgrel=1 pkgrel+=.par1 pkgdesc="Create and modify archives" @@ -20,7 +20,7 @@ makedepends=(yelp-tools git libnautilus-extension meson appstream-glib) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'lrzip: lrzip archive support') groups=(gnome) -_commit=7962fbaf86db77ec6c0713491920341487be1681 # tags/3.30.1^0 +_commit=c892c8c576d026fe87c17775b033e3e73f3d3ac5 # master source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -31,6 +31,7 @@ pkgver() { prepare() { cd $pkgname + git tag -f 3.32.1 c892c8c576d026fe87c17775b033e3e73f3d3ac5 # fixup missing tag } build() { |