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

Antonio Rojas arojas at archlinux.org
Tue Jan 14 15:38:33 UTC 2020


    Date: Tuesday, January 14, 2020 @ 15:38:32
  Author: arojas
Revision: 552508

Use tarball

Modified:
  zanshin/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-14 15:11:15 UTC (rev 552507)
+++ PKGBUILD	2020-01-14 15:38:32 UTC (rev 552508)
@@ -2,24 +2,19 @@
 
 pkgname=zanshin
 pkgver=0.5.71
-pkgrel=1
-_commit=0d3760b646d15e66f43a6a48546eae11cbf84497
+pkgrel=2
 pkgdesc="To-do management application based on Akonadi"
 arch=(x86_64)
 url="https://zanshin.kde.org"
 license=(GPL)
 depends=(kdepim-runtime kontactinterface)
-makedepends=(extra-cmake-modules kdoctools boost git)
-#source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-source=(git://git.kde.org/zanshin.git#commit=$_commit)
-sha256sums=('SKIP')
-validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2) # Kevin Ottens <ervin+bluesystems at kde.org>
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b0933d2d9a63bba372966da0ba9e313b85ab2d6aa513a43657da90c65a33612c'
+            'SKIP')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # Kevin Ottens <ervin+bluesystems at kde.org>
+              2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell <jr at jriddell.org>
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
 prepare() {
   mkdir -p build
 }
@@ -26,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list