[arch-commits] Commit in libkolab/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Nov 25 13:00:55 UTC 2015


    Date: Wednesday, November 25, 2015 @ 14:00:55
  Author: arojas
Revision: 251953

Update to 1.0.2

Modified:
  libkolab/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-25 12:53:33 UTC (rev 251952)
+++ PKGBUILD	2015-11-25 13:00:55 UTC (rev 251953)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libkolab
-pkgver=1.0.1.git20151120
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
@@ -11,10 +11,9 @@
 license=(GPL)
 depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
 makedepends=(extra-cmake-modules kdoctools boost)
-makedepends+=(git)
-#source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
-source=("git+https://git.kolab.org/diffusion/LK/libkolab.git#commit=6cb420ec6f71")
-md5sums=('SKIP')
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+         '9c829ce9983b3c8cbab9ce833c982924')
 
 prepare() {
   mkdir -p build
@@ -22,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make



More information about the arch-commits mailing list