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

Andrea Scarpino andrea at archlinux.org
Sun Nov 9 10:12:43 UTC 2014


    Date: Sunday, November 9, 2014 @ 11:12:43
  Author: andrea
Revision: 225789

Fix source url

Modified:
  grantlee-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-09 10:10:54 UTC (rev 225788)
+++ PKGBUILD	2014-11-09 10:12:43 UTC (rev 225789)
@@ -13,7 +13,7 @@
 replaces=('grantlee')
 conflicts=('grantlee')
 provides=('grantlee')
-source=("http://downloads.grantlee.org/${pkgbase}-${pkgver}.tar.gz")
+source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz")
 md5sums=('775f22dac0953029b414ed3b7379098c')
 
 prepare() {
@@ -22,7 +22,7 @@
 
 build() {
   cd ../build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../grantlee-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTS=OFF \



More information about the arch-commits mailing list