author | Antonio Rojas
<arojas@archlinux.org> 2015-11-22 16:09:01 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-11-22 16:09:01 UTC |
parent | d67e6473e37623eca32dd62cb52bfea2344ebc06 |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index cdabc3d..0eaca2d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=plasma-workspace-wallpapers -pkgver=5.4.3 +pkgver=5.4.3.1 pkgrel=1 pkgdesc='Additional wallpapers for the Plasma Workspace' arch=('any') @@ -11,8 +11,8 @@ url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' license=('LGPL') makedepends=('extra-cmake-modules') groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('4dceee9550f7e433aeb2daa2a8dfee82') +source=("http://download.kde.org/stable/plasma/5.4.3/$pkgname-$pkgver.tar.xz") + prepare() { mkdir build @@ -31,3 +31,4 @@ package() { cd build make DESTDIR="${pkgdir}" install } +md5sums=('8a122c0d09aff0bd47895e17bfe6730c')