[arch-commits] Commit in appstream/trunk (PKGBUILD update-appstream-index.hook)

Antonio Rojas arojas at archlinux.org
Tue May 3 10:14:15 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:14:15
  Author: arojas
Revision: 173530

Fix triggering hook when updating archlinux-appstream-data

Modified:
  appstream/trunk/PKGBUILD
  appstream/trunk/update-appstream-index.hook

-----------------------------+
 PKGBUILD                    |    4 ++--
 update-appstream-index.hook |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 10:06:47 UTC (rev 173529)
+++ PKGBUILD	2016-05-03 10:14:15 UTC (rev 173530)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream"
@@ -15,7 +15,7 @@
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base)
 source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook)
 sha256sums=('13faec5280fd68be38e6b1094bea9079a1439824023b333bde9884070be9f188'
-            '0f93dfa9071e19c90cbad2077e78307c7774fe4da18f9bd2faa50ae7f8941197')
+            '4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {
   mkdir -p build

Modified: update-appstream-index.hook
===================================================================
--- update-appstream-index.hook	2016-05-03 10:06:47 UTC (rev 173529)
+++ update-appstream-index.hook	2016-05-03 10:14:15 UTC (rev 173530)
@@ -3,7 +3,7 @@
 Operation = Install
 Operation = Upgrade
 Operation = Remove
-Target = usr/share/app-info/*.xml
+Target = usr/share/app-info/*
 
 [Action]
 Description = Updating the appstream index...



More information about the arch-commits mailing list