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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Oct 21 12:10:56 UTC 2013


    Date: Monday, October 21, 2013 @ 14:10:55
  Author: andrea
Revision: 196975

upgpkg: libical 1.0-3

remove static libs

Modified:
  libical/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 12:07:01 UTC (rev 196974)
+++ PKGBUILD	2013-10-21 12:10:55 UTC (rev 196975)
@@ -4,7 +4,7 @@
 
 pkgname=libical
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/freeassociation/'
@@ -14,8 +14,11 @@
 source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
 md5sums=('4438c31d00ec434f02867a267a92f8a1')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir -p build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list