author | Andrea Scarpino
<andrea@archlinux.org> 2014-11-09 21:30:28 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-11-09 21:30:28 UTC |
parent | dc1888a8a5ed5de242a8f6b6a1527dfbcde21a14 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 9e91be5..b16fc52 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=karchive -pkgver=5.3.0 +pkgver=5.4.0 pkgrel=1 pkgdesc='Qt 5 addon providing access to numerous types of archives' arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ license=('LGPL') depends=('qt5-base') makedepends=('extra-cmake-modules') groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('0e930e5528bff5d7d8b84b14ab354ac1') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +md5sums=('e262c00b2df60c8e8cc78167c4581341') prepare() { mkdir -p build