Date: Friday, August 17, 2018 @ 18:02:03 Author: arojas Revision: 372531
Update to 0.7.4 Modified: appstream-generator/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-17 17:52:36 UTC (rev 372530) +++ PKGBUILD 2018-08-17 18:02:03 UTC (rev 372531) @@ -2,24 +2,19 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=appstream-generator -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc="A fast AppStream metadata generator" arch=(x86_64) url="https://github.com/ximion/appstream-generator" license=(GPL3) -depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator) +depends=(appstream libarchive librsvg lmdb optipng d-stdx-allocator glibd) makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection docbook-xsl d-containers) -source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz" - asgen-dmd-2.081.patch::https://patch-diff.githubusercontent.com/raw/ximion/appstream-generator/pull/63.patch) -sha256sums=('85c90a989f60fd33b23c540b670e69541da58fb76ece7337dda51560f220b5a9' - '0676e0f36aa80cc6f1d672788419f660a0458dffab9f4c44c55ff329363952af') +source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz") +sha256sums=('b214273b9b9525170c8c6fe4e8dca8334aab47ad7cc93fa049c16464a5d902e5') prepare() { mkdir -p build - - cd $pkgname-$pkgver - patch -p1 -i ../asgen-dmd-2.081.patch # Fix build with phobos 2.081 } build() {
