extra/appstream to 0.12.10-1

This commit is contained in:
Kevin Mihelich 2020-01-19 02:30:11 +00:00
parent dac5c6c191
commit f9bfc3043f

View file

@ -7,22 +7,20 @@
pkgbase=appstream
pkgname=(appstream appstream-qt)
pkgver=0.12.9
pkgrel=2
pkgver=0.12.10
pkgrel=1
pkgdesc="Provides a standard for creating app stores across distributions"
arch=(x86_64)
url="https://distributions.freedesktop.org/wiki/AppStream"
license=(GPL)
depends=(libyaml libxml2 libstemmer glib2 lmdb)
depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala gperf)
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
update-appstream-cache.hook
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch"
0001-Remove-Wno-error-deprecated-copy.patch)
sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
'SKIP'
'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d'
'e4cfc8b0f72c6a659e70dbd7dc870431faa0cf3320a64c8ca4f0df3a5e13117e')
validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias@tenstral.net>
@ -30,7 +28,6 @@ prepare() {
mkdir -p build
cd AppStream-$pkgver
patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when running appstream generator
patch -p1 -i ../0001-Remove-Wno-error-deprecated-copy.patch
}