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

Antonio Rojas arojas at archlinux.org
Wed Jul 13 06:20:59 UTC 2016


    Date: Wednesday, July 13, 2016 @ 06:20:59
  Author: arojas
Revision: 182821

Update to 0.4.0

Modified:
  appstream-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-13 02:49:58 UTC (rev 182820)
+++ PKGBUILD	2016-07-13 06:20:59 UTC (rev 182821)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=appstream-generator
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A fast AppStream metadata generator"
 arch=(i686 x86_64)
@@ -11,16 +11,12 @@
 depends=(appstream curl libarchive librsvg lmdb)
 makedepends=(gdc dub)
 source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-        "https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip"
-	https://github.com/ximion/appstream-generator/commit/b463e430.patch)
-sha256sums=('1cb396d4716a7e1089f865211f7d5fb5125f7f86b0a468326222df663b76c7fc'
-            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
-            '9aed4dbf712a46fbb0ddf5c2dedb0d7b1bce162ebb86b8bfe030a05365d2b34f')
+        "https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip")
+sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
+            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
 
 prepare() {
   cd $pkgname-$pkgver
-# Fix build
-  patch -p1 -i ../b463e430.patch
 }
 
 build() {



More information about the arch-commits mailing list