summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiri Tyr2016-10-14 00:32:07 +0100
committerJiri Tyr2016-10-14 00:32:07 +0100
commit65d83ae9457933c37ee5ad4af5db7fba66e020f0 (patch)
tree28472431f944844c6029c161bef86cb0dabc9f46 /PKGBUILD
parent72144c7040491690450f2fd936a3ec614f800084 (diff)
downloadaur-65d83ae9457933c37ee5ad4af5db7fba66e020f0.tar.gz
Adding extra-cmake-modules as make deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17da962b90ca..a0b6c0f36b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='plasma-wallpaper-neon-particles-bzr'
_pkgname="${pkgname%-bzr}"
pkgver='0.1.7'
-pkgrel=1
+pkgrel=2
pkgdesc='Plasma Wallpaper Neon Particles from Ivan Safonov'
arch=('any')
url='https://code.launchpad.net/~ivan-safonov/+junk/plasma-wallpaper-neon-particles'
license=('GPL')
depends=('plasma-workspace')
-makedepends=('cmake' 'bzr')
+makedepends=('cmake' 'extra-cmake-modules' 'bzr')
provides=("${pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}::bzr+https://code.launchpad.net/~ivan-safonov/+junk/${_pkgname}")