[arch-commits] Commit in appstream-generator/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Sep 24 20:32:41 UTC 2019
Date: Tuesday, September 24, 2019 @ 20:32:41
Author: arojas
Revision: 511700
Update to 0.8.0
Modified:
appstream-generator/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-24 20:11:42 UTC (rev 511699)
+++ PKGBUILD 2019-09-24 20:32:41 UTC (rev 511700)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=appstream-generator
-pkgver=0.7.7
-pkgrel=4
+pkgver=0.8.0
+pkgrel=1
pkgdesc="A fast AppStream metadata generator"
arch=(x86_64)
url="https://github.com/ximion/appstream-generator"
@@ -9,17 +9,11 @@
license=(GPL3)
depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd d-containers)
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"
- Fix-build-with-latest-AppStream.patch::"https://github.com/ximion/appstream-generator/commit/aef1bea05fb0560e2aa4e4bdd1100ec006168503.patch")
-sha256sums=('bf3b2996897f12f817ce8189e64b7dc9e79acc3e749f7f5b292e024cde511dd1'
- '0ca4ee0a398f306923c999846e9495e5f2340a36321138b06b62ba2feb976c39')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz")
+sha256sums=('078754b4ab007b8d5f1bb003a9dd7c9c031353e5ebd9bc853fd6151b54e335a9')
prepare() {
mkdir -p build
-
- # Needed to fix compilation with the latest AppStream (https://github.com/ximion/appstream-generator/commit/aef1bea05fb0560e2aa4e4bdd1100ec006168503)
- cd $pkgname-$pkgver
- patch -p1 < ../Fix-build-with-latest-AppStream.patch
}
build() {
More information about the arch-commits
mailing list