Date: Wednesday, January 3, 2018 @ 14:17:32 Author: arojas Revision: 278223
Update to 0.5.0 Modified: zanshin/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-03 13:59:17 UTC (rev 278222) +++ PKGBUILD 2018-01-03 14:17:32 UTC (rev 278223) @@ -2,18 +2,18 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=zanshin -pkgver=0.4.1.git20171127 +pkgver=0.5.0 pkgrel=1 -_commit=5d6814b816170d27b23760d76b9e36ea287d81f9 -pkgdesc="To-do management application for KDE based on Akonadi" +pkgdesc="To-do management application based on Akonadi" arch=(x86_64) url="http://zanshin.kde.org" license=(GPL) depends=(kdepim-runtime kontactinterface) -makedepends=(extra-cmake-modules kdoctools boost python krunner kdelibs4support kdesignerplugin git) -#source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2") -source=(git+https://anongit.kde.org/zanshin.git#commit=$_commit) -sha256sums=('SKIP') +makedepends=(extra-cmake-modules kdoctools boost python krunner kdesignerplugin) +source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('0781c088741186f3d9ff3027dc961103d33a59b0e3aeb6bc4c66ff24eb3adb4f' + 'SKIP') +validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2) # Kevin Ottens <[email protected]> prepare() { mkdir -p build @@ -21,7 +21,7 @@ build() { cd build - cmake ../$pkgname \ + cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \
