summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanon2020-09-03 13:40:49 -0500
committersanon2020-09-03 13:40:49 -0500
commit9ef8df2f5bb83cab603df5acc3669470cf489fa3 (patch)
treeee0e29c13d6a4ed7823614f17e4f42fb69b3c727 /PKGBUILD
parentfe99098e050cac3c2b3572e259dbb4d10949229a (diff)
downloadaur-9ef8df2f5bb83cab603df5acc3669470cf489fa3.tar.gz
added extra-cmake-modules to makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 029b195f679e..5106edc90aae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=amor
pkgver=15.08.3
-pkgrel=3
+pkgrel=4
pkgdesc='On-Screen Creature'
url='https://projects.kde.org/projects/kde/kdetoys/amor'
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications')
depends=('kxmlgui' 'kwindowsystem' 'kconfig' 'ki18n' 'kcoreaddons' 'kdbusaddons' 'kdoctools' 'qt5-x11extras')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'extra-cmake-modules' 'automoc4')
install=${pkgname}.install
source=(git+https://github.com/KDE/amor.git)
sha1sums=('SKIP')