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

Andrea Scarpino andrea at archlinux.org
Mon Jul 4 08:59:55 UTC 2011


    Date: Monday, July 4, 2011 @ 04:59:54
  Author: andrea
Revision: 130208

upgpkg: qtcurve-gtk2 1.8.9-1
upstream release

Modified:
  qtcurve-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-04 08:58:26 UTC (rev 130207)
+++ PKGBUILD	2011-07-04 08:59:54 UTC (rev 130208)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=qtcurve-gtk2
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 arch=('i686' 'x86_64')
 groups=('qtcurve')
@@ -14,10 +14,10 @@
 makedepends=('pkgconfig' 'cmake')
 options=('!libtool')
 source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
-md5sums=('2146fda49c8e078c985725db30228b9a')
+md5sums=('e3248bd1b926f250b3a6ff9699134abd')
 
 build() {
-	cd $srcdir
+	cd "${srcdir}"
 	mkdir build
 	cd build
 	cmake ../QtCurve-Gtk2-${pkgver} \
@@ -27,6 +27,6 @@
 }
 
 package() {
-	cd $srcdir/build
-	make DESTDIR=$pkgdir install
+	cd "${srcdir}"/build
+	make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list