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

Andrea Scarpino andrea at archlinux.org
Tue Nov 15 06:10:39 UTC 2011


    Date: Tuesday, November 15, 2011 @ 01:10:39
  Author: andrea
Revision: 142781

upgpkg: attica 0.2.9-1

Upstream release

Modified:
  attica/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-15 05:34:03 UTC (rev 142780)
+++ PKGBUILD	2011-11-15 06:10:39 UTC (rev 142781)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=attica
-pkgver=0.2.0
+pkgver=0.2.9
 pkgrel=1
 pkgdesc='A library to access Open Collaboration Service providers'
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 depends=('qt')
 makedepends=('cmake')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('df3dcea0229cfa31539bdd427976e15b')
+md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
 }


Property changes on: attica/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list