ksvnupdater 1.4.2

This commit is contained in:
Adrián Chaves Fernández (Gallaecio) 2016-05-29 17:40:16 +02:00
parent 8429306e9f
commit 10423a303c

View File

@ -1,5 +1,5 @@
pkgname=ksvnupdater
pkgver=1.4.1
pkgver=1.4.2
pkgrel=1
pkgdesc="ksvnupdater is a utility oriented to KDE translation teams."
url="http://www.eloihr.net/ksvnupdater"
@ -10,7 +10,7 @@ makedepends=('cmake' 'automoc4' 'docbook-xsl')
install=${pkgname}.install
screenshot=('http://www.eloihr.net/ksvnupdater/img/ksvnupdater_update.png')
source=(http://www.eloihr.net/ksvnupdater/files/ksvnupdater-$pkgver.tar.bz2)
sha512sums=('4b7779762ce0d7812ccc46efb4af3066f829ed976a8cbea3d06bbb48748355ec3f486151a0101e7a7aa69badc9297120963ca808358472b28c192f86c3634d33')
sha512sums=('76703c99b8061e85421a32b22c15717125674891a025b300d2b33a5eeab0f8cbb962501e7b0e60658cf508ddeeeb19f3316038ffb7037c8267ae40a3ff9acced')
build() {
cd $srcdir
@ -25,4 +25,3 @@ package() {
cd $srcdir/build
make DESTDIR=$pkgdir install
}