diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-04 22:16:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-01-04 22:16:16 -0500 |
commit | 6a56e1d68ac3f419b4b7bad467504b9e44f266bf (patch) | |
tree | 9568ed36b20487362e634bda7ca27a83db17b840 /libre/file-roller | |
parent | de735d09c645d92b980b5df14ced51492007ac1a (diff) | |
download | abslibre-6a56e1d68ac3f419b4b7bad467504b9e44f266bf.tar.gz abslibre-6a56e1d68ac3f419b4b7bad467504b9e44f266bf.tar.bz2 abslibre-6a56e1d68ac3f419b4b7bad467504b9e44f266bf.zip |
file-roller-3.32.3-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 510637c16..0f9743431 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -6,9 +6,9 @@ # - removed unace and unrar recommendation pkgname=file-roller -pkgver=3.32.1 +pkgver=3.32.3 pkgrel=1 -pkgrel+=.par1 +pkgrel+=.parabola1 pkgdesc="Create and modify archives" pkgdesc+=", without nonfree unace and unrar recommendation" url="https://wiki.gnome.org/Apps/FileRoller" @@ -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=c892c8c576d026fe87c17775b033e3e73f3d3ac5 # master +_commit=dddc71699f79b894f7ef689aa3c972261dd62580 # tags/3.32.3^0 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') @@ -31,7 +31,6 @@ pkgver() { prepare() { cd $pkgname - git tag -f 3.32.1 c892c8c576d026fe87c17775b033e3e73f3d3ac5 # fixup missing tag } build() { @@ -40,7 +39,7 @@ build() { } check() { - meson test -C build + meson test -C build --print-errorlogs } package() { |