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

Andrea Scarpino andrea at archlinux.org
Sat Sep 25 09:09:03 UTC 2010


    Date: Saturday, September 25, 2010 @ 05:09:03
  Author: andrea
Revision: 91244

fix url

Modified:
  skanlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-25 09:03:43 UTC (rev 91243)
+++ PKGBUILD	2010-09-25 09:09:03 UTC (rev 91244)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Image Scanning Application for KDE"
 arch=('i686' 'x86_64')
-url='http://www.kde.org'
+url='http://kde-apps.org/content/show.php?content=109803'
 license=('LGPL')
 depends=('kdegraphics-libs')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
@@ -23,7 +23,7 @@
   cmake ../${pkgname}-${pkgver}-kde${_kdever} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
-  make || return 1
+  make
 }
 
 package() {




More information about the arch-commits mailing list