Date: Sunday, September 3, 2017 @ 21:55:32 Author: arojas Revision: 304623
Don't check bitness when finding appstream-qt Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-03 21:47:00 UTC (rev 304622) +++ PKGBUILD 2017-09-03 21:55:32 UTC (rev 304623) @@ -6,7 +6,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.11.4 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a standard for creating app stores across distributions" arch=(i686 x86_64) url="http://distributions.freedesktop.org/wiki/AppStream" @@ -14,14 +14,19 @@ depends=(libyaml libxml2 libstemmer glib2) makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base itstool vala) source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc} - update-appstream-index.hook) + update-appstream-index.hook + https://github.com/ximion/appstream/commit/5db6df1a.patch) sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09' 'SKIP' - 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82') + 'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82' + '8204883e4902e99a8c336f9dd19375f8eaf5a522fda68d6c9e1fe133844ec992') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { mkdir -p build + + cd AppStream-$pkgver + patch -p1 -i ../5db6df1a.patch # don't check bitness when finding appstream-qt } build() {
