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

Antonio Rojas arojas at archlinux.org
Wed Jan 21 08:10:57 UTC 2015


    Date: Wednesday, January 21, 2015 @ 09:10:57
  Author: arojas
Revision: 126345

Move dependencies where they belong

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-21 08:01:17 UTC (rev 126344)
+++ PKGBUILD	2015-01-21 08:10:57 UTC (rev 126345)
@@ -6,13 +6,13 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.7.6
-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"
 license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2' 'qt5-base')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl')
+depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
+makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl' 'qt5-base')
 source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
 sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
 
@@ -38,7 +38,7 @@
 
 package_appstream-qt() {
   pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream')
+  depends=('appstream' 'qt5-base')
 
   cd build/qt
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list