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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jul 6 18:45:44 UTC 2013


    Date: Saturday, July 6, 2013 @ 20:45:44
  Author: andrea
Revision: 189730

upgpkg: libkolabxml 0.8.4-2

boost rebuild

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-06 17:47:53 UTC (rev 189729)
+++ PKGBUILD	2013-07-06 18:45:44 UTC (rev 189730)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
@@ -14,8 +14,11 @@
 md5sums=('64887f52c6629bbd8e2390d591ef5892'
          '55fcdaff82818c4a0eac50570db31e53')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list