[arch-commits] Commit in libical/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri Feb 13 03:16:24 UTC 2015
Date: Friday, February 13, 2015 @ 04:16:24
Author: fyan
Revision: 231350
upgpkg: libical 1.0.1-2
disable static libs (FS#43788)
Modified:
libical/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-13 02:59:37 UTC (rev 231349)
+++ PKGBUILD 2015-02-13 03:16:24 UTC (rev 231350)
@@ -4,7 +4,7 @@
pkgname=libical
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
arch=('i686' 'x86_64')
url='https://github.com/libical/libical'
@@ -22,6 +22,7 @@
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+ -DSHARED_ONLY=true \
-DCMAKE_INSTALL_PREFIX=/usr
make
}
More information about the arch-commits
mailing list