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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 07:22:58 UTC 2015


    Date: Thursday, November 19, 2015 @ 08:22:57
  Author: arojas
Revision: 251239

Add missing qt5-base makedepends, fix source URL (FS#47118)

Modified:
  breeze-icons/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-19 07:20:36 UTC (rev 251238)
+++ PKGBUILD	2015-11-19 07:22:57 UTC (rev 251239)
@@ -11,12 +11,12 @@
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')
 groups=('kf5')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/$pkgname-$pkgver.tar.xz")
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
 md5sums=('649b3b20669d052abe3ebc639ef0c705')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {



More information about the arch-commits mailing list