[arch-commits] Commit in file-roller/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Oct 20 09:40:09 UTC 2018


    Date: Saturday, October 20, 2018 @ 09:40:09
  Author: heftig
Revision: 336904

3.30.1-1

Modified:
  file-roller/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 00:45:39 UTC (rev 336903)
+++ PKGBUILD	2018-10-20 09:40:09 UTC (rev 336904)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller"
@@ -15,7 +15,7 @@
             'unace: ACE archive support'
             'lrzip: lrzip archive support')
 groups=(gnome)
-_commit=66253b29e59545aaa0c77db51cd01ab220565f6f  # tags/3.30.0^0
+_commit=7962fbaf86db77ec6c0713491920341487be1681  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,6 +24,10 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+}
+
 build() {
   arch-meson $pkgname build
   ninja -C build



More information about the arch-commits mailing list