Date: Tuesday, October 16, 2018 @ 20:21:54 Author: arojas Revision: 336774
Fix errors when updating cache with latest metadata Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 18:49:32 UTC (rev 336773) +++ PKGBUILD 2018-10-16 20:21:54 UTC (rev 336774) @@ -5,7 +5,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.12.2 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="http://distributions.freedesktop.org/wiki/AppStream" @@ -13,14 +13,19 @@ depends=(libyaml libxml2 libstemmer glib2) makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools itstool vala gperf) source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc} - update-appstream-cache.hook) + update-appstream-cache.hook + https://github.com/ximion/appstream/commit/734e9da6.patch) sha256sums=('8b232fdac3e2bc46b0adb5e9bd462fdc99f52de3afc2f17a67b35c122b6e4c05' 'SKIP' - 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b') + 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b' + 'c4a49320bc8296361b8b869ce4d07ea1b24f417aa9f68c77f10dc105d494434d') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { mkdir -p build + + cd AppStream-$pkgver + patch -p1 -i ../734e9da6.patch # Fix errors with Gnome 3.30 metadata } build() {
