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

Antonio Rojas arojas at archlinux.org
Tue Feb 2 19:36:33 UTC 2021


    Date: Tuesday, February 2, 2021 @ 19:36:33
  Author: arojas
Revision: 841443

Update to 0.8.3

Modified:
  appstream-generator/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-02 19:36:27 UTC (rev 841442)
+++ PKGBUILD	2021-02-02 19:36:33 UTC (rev 841443)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=appstream-generator
-pkgver=0.8.2
-pkgrel=6
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="A fast AppStream metadata generator"
 arch=(x86_64)
 url="https://github.com/ximion/appstream-generator"
@@ -9,15 +9,9 @@
 license=(GPL3)
 depends=(appstream libarchive librsvg optipng glibd)
 makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz"
-        appstream-generator-segfault.patch::"https://github.com/ximion/appstream-generator/commit/c4cfd008.patch")
-sha256sums=('41a6563dde303adcd60f28fbd89f14eb2a4083cec8f1021c22409c769088fdc2'
-            'b80864eb21a238d74be157a76913627c98f2b934ffc3d96615486d2a13a2f9e7')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz")
+sha256sums=('b52a355a844081af8f5e1a98b11408a5cb15385f1a6a92d522ef95e7e092d948')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../appstream-generator-segfault.patch  
-}
-
 build() {
   meson build $pkgname-$pkgver -Ddownload-js=false --prefix=/usr
   ninja -C build



More information about the arch-commits mailing list