Date: Friday, January 5, 2018 @ 13:32:19 Author: arojas Revision: 278955
Update to 0.7.1 Modified: kup/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-05 13:08:03 UTC (rev 278954) +++ PKGBUILD 2018-01-05 13:32:19 UTC (rev 278955) @@ -4,8 +4,8 @@ # PKGBUILD base; Simper < simonpersson1 AT gmail DOT com > pkgname=kup -pkgver=0.7.0 -pkgrel=4 +pkgver=0.7.1 +pkgrel=1 pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups" arch=(x86_64) url="https://www.linux-apps.com/p/1127689/" @@ -15,7 +15,7 @@ optdepends=('bup: support for incremental backups' 'rsync: support for synced backups') source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz") -md5sums=('91d5879a1282a8e0e8898ae6f2c3ecbe') +sha256sums=('f78549dcfdf111a91ea923cba352e87ff8268249a92fa000d02c0d02feb435c3') prepare() { mkdir -p build @@ -26,7 +26,6 @@ cmake ../Kup-$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONF_INSTALL_DIR=/etc \ -DBUILD_TESTING=OFF make }
