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

Jan Steffens heftig at archlinux.org
Wed Sep 5 20:50:39 UTC 2018


    Date: Wednesday, September 5, 2018 @ 20:50:39
  Author: heftig
Revision: 333561

3.30.0-1

Modified:
  file-roller/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 20:48:13 UTC (rev 333560)
+++ PKGBUILD	2018-09-05 20:50:39 UTC (rev 333561)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=3.28.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller"
@@ -10,14 +9,13 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension
-             meson)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
 optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
             'unrar: better RAR archive support'
             'unace: ACE archive support'
             'lrzip: lrzip archive support')
 groups=(gnome)
-_commit=9b56ef5e5794557be9cb6c2b682457e711ce8fda  # tags/3.28.1^0
+_commit=66253b29e59545aaa0c77db51cd01ab220565f6f  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,6 +29,10 @@
   ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: file-roller/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list