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

Antonio Rojas arojas at archlinux.org
Wed Jul 20 16:39:40 UTC 2016


    Date: Wednesday, July 20, 2016 @ 16:39:40
  Author: arojas
Revision: 183636

Update to 0.9.7

Modified:
  appstream/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-20 15:47:11 UTC (rev 183635)
+++ PKGBUILD	2016-07-20 16:39:40 UTC (rev 183636)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream"
@@ -13,18 +13,12 @@
 license=(GPL)
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 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
-        appstream-provides-tag.patch::"https://github.com/ximion/appstream/commit/94da019e.patch")
-sha256sums=('1d1c778b5a0b4c65bdfdcaacf19765f691551118326678c109401dba52c7350f'
-            '4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76'
-            '173a2f697af83c43a31acd965da11b7561e7f127bb2d996b2ecb88cd9110f937')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook)
+sha256sums=('edb7df26b5e118b481742b339a792844bd6a1d5ed4a57320e06a6b504603038e'
+            '4f65f9f7facc3e37074dc6532390b075377116d939ce3173654349c39d755e76')
 
 prepare() {
   mkdir -p build
-
-# Properly write provides tag https://github.com/ximion/appstream/issues/44
-  cd AppStream-$pkgver
-  patch -p1 -i ../appstream-provides-tag.patch
 }
 
 build() {



More information about the arch-commits mailing list