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

Antonio Rojas arojas at archlinux.org
Fri Sep 16 14:12:21 UTC 2016


    Date: Friday, September 16, 2016 @ 14:12:21
  Author: arojas
Revision: 189660

Update to 0.10.1

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-16 14:06:53 UTC (rev 189659)
+++ PKGBUILD	2016-09-16 14:12:21 UTC (rev 189660)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+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 libstemmer)
 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-screenshot-url.patch::"https://github.com/ximion/appstream/commit/cef772ac.patch")
-sha256sums=('71e561064522b10039c3f36864cbcbdebb4e94db0500d9c4e92a13760072bbb8'
-            'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79'
-            '1e08cce26259f9e48f1792c8437036082fa7542fdc7f918d5619e47111d8ce17')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz" update-appstream-index.hook)
+sha256sums=('b4cef33655856aa072ac48d5877443ac4844f7dee189749122881e3a6db8cd70'
+            'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79')
 
 prepare() {
   mkdir -p build
-
-  cd AppStream-$pkgver
-# Fix cache (de)serialization for screenshots and suggestions
-  patch -p1 -i ../appstream-screenshot-url.patch
 }
 
 build() {



More information about the arch-commits mailing list