Date: Tuesday, February 16, 2021 @ 20:01:34 Author: arojas Revision: 408321
Update to 0.14.1 Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-16 15:28:31 UTC (rev 408320) +++ PKGBUILD 2021-02-16 20:01:34 UTC (rev 408321) @@ -4,8 +4,8 @@ pkgbase=appstream pkgname=(appstream appstream-qt) -pkgver=0.14.0 -pkgrel=4 +pkgver=0.14.1 +pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="https://distributions.freedesktop.org/wiki/AppStream" @@ -13,18 +13,12 @@ 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-crash-fix.patch::"https://github.com/ximion/appstream/commit/306eb287.patch") -sha256sums=('29eb617599eefec0b63c2894446e8cf7c5717f0285bab5df19fa53a2d5eecd16' + update-appstream-cache.hook) +sha256sums=('94ac2f32d58f79b68e65f723375a68490224e0f1c5a62207a9c6b98bb9ad77d7' 'SKIP' - '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb' - '48e90e05d89af97487adc3343da13690df1c9fd97d1636769de7ef1d3b5acca5') + '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> -prepare() { - patch -d AppStream-$pkgver -p1 -i ../appstream-crash-fix.patch # Fix crashes in discover and krunner -} - build() { meson build AppStream-$pkgver \ --prefix=/usr \
