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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun May 19 17:10:00 UTC 2013


    Date: Sunday, May 19, 2013 @ 19:10:00
  Author: andrea
Revision: 185890

upgpkg: kdebindings-perlqt 4.10.3-2

perl rebuild

Modified:
  kdebindings-perlqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 17:06:57 UTC (rev 185889)
+++ PKGBUILD	2013-05-19 17:10:00 UTC (rev 185890)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-perlqt
 pkgver=4.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl bindings for the Qt libraries"
 url="https://projects.kde.org/projects/kde/kdebindings/perl/perlqt"
 arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@
 sha1sums=('261e1c4d9a6a216d7b5b5e2962ba5266f0d62bdf')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../perlqt-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list