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 | ddb50a69ef251cb147c252f936ae4d5d451e6a73 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 8b76953..df2630b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Antonio Rojas pkgname=kwrited -pkgver=5.1.0.1 +pkgver=5.1.1 pkgrel=1 pkgdesc='Kwrited' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('kpty' 'kdelibs4support') makedepends=('extra-cmake-modules' 'kdoctools' 'python') groups=('plasma-next') -source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz") -md5sums=('9913b37a67d71a0f937c8da070923e77') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +md5sums=('1b678e87e9b1854d6d8f1d9b61014dd9') prepare() { mkdir -p build @@ -20,7 +20,7 @@ prepare() { build() { cd build - cmake ../$pkgname-5.1.0 \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_AS_EXECUTABLE=OFF \