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

Jan Steffens heftig at archlinux.org
Mon Jul 16 22:38:57 UTC 2018


    Date: Monday, July 16, 2018 @ 22:38:57
  Author: heftig
Revision: 328843

3.28.1-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-16 22:38:39 UTC (rev 328842)
+++ PKGBUILD	2018-07-16 22:38:57 UTC (rev 328843)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=3.28.0
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller"
@@ -17,8 +17,8 @@
             'unace: ACE archive support'
             'lrzip: lrzip archive support')
 groups=(gnome)
-_commit=be8499528b415f66b60b3332a976563d62c58eec  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit")
+_commit=9b56ef5e5794557be9cb6c2b682457e711ce8fda  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -32,5 +32,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list