[arch-commits] Commit in appstream/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 14 14:01:28 UTC 2015


    Date: Monday, December 14, 2015 @ 15:01:28
  Author: arojas
Revision: 153261

Update to 0.9.0

Modified:
  appstream/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-14 14:00:48 UTC (rev 153260)
+++ PKGBUILD	2015-12-14 14:01:28 UTC (rev 153261)
@@ -5,8 +5,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream"
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2 protobuf)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl qt5-base)
 source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
-sha256sums=('ae4f3cd5ae62493f48ce358c505beaf374108d93e5ae85490fc070af75e01ee0')
+sha256sums=('f624ebe1d620162935acc741e76384919f782f54d3e3c9f07ce5990ffd650c3b')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,10 @@
 build() {
   cd build
 
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib
+  cmake ../AppStream-$pkgver \
+	-DQT=ON \
+	-DCMAKE_INSTALL_LIBDIR=lib \
+	-DCMAKE_BUILD_TYPE=Release
   make
 }
 



More information about the arch-commits mailing list