Date: Tuesday, November 8, 2016 @ 12:19:24 Author: arojas Revision: 195132
Update to 0.10.3 Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-08 12:17:45 UTC (rev 195131) +++ PKGBUILD 2016-11-08 12:19:24 UTC (rev 195132) @@ -5,18 +5,20 @@ pkgbase=appstream pkgname=(appstream appstream-qt) -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="Provides a standard for creating app stores across distributions" arch=(i686 x86_64) url="http://distributions.freedesktop.org/wiki/AppStream" license=(GPL) -depends=(libyaml libxml2 protobuf libstemmer) +depends=(libyaml libxml2 protobuf libstemmer glib2) makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base itstool) -source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc} update-appstream-index.hook) -sha256sums=('93b74bee964fed376b1aa4b475d7dac0195bb1d3877c102a2897facd35df5052' +source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc} + update-appstream-index.hook) +sha256sums=('98dbc4d4fcb30648975d02d47d5d70cfbda51f9372ac1803c76c78dd036aab81' 'SKIP' 'eb4fcec37d2cbe42ddf13778c21554aba0dcbc789781571a568ea35526496f79') +validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { mkdir -p build @@ -38,7 +40,7 @@ make DESTDIR="$pkgdir" install # provided by -qt subpackage - rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*} + rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*} install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook }
