Date: Saturday, December 22, 2018 @ 17:35:09 Author: arojas Revision: 342673
Update to 0.12.4 Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-22 09:55:27 UTC (rev 342672) +++ PKGBUILD 2018-12-22 17:35:09 UTC (rev 342673) @@ -4,8 +4,8 @@ pkgbase=appstream pkgname=(appstream appstream-qt) -pkgver=0.12.3 -pkgrel=2 +pkgver=0.12.4 +pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="http://distributions.freedesktop.org/wiki/AppStream" @@ -13,19 +13,14 @@ 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 - https://github.com/ximion/appstream/commit/f199a6de.patch) -sha256sums=('203471c479373bcbafe533dbf48c56a6df8e8b00c8fa096ab91029d851898671' + update-appstream-cache.hook) +sha256sums=('d4713f1987c96361d5f611318eb5d0ab10cdfd821049d5a7a10800afb4e262b8' 'SKIP' - 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b' - '022f87e744eb446bc43b552b295c67aa75ad9a77e1553a07055331b1279ae7f6') + 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { mkdir -p build - - cd AppStream-$pkgver - patch -p1 -i ../f199a6de.patch # Don't fail when installing a package with invalid metadata } build() {
