summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-04-18 23:29:42 +0200
committerG. Schlisio2017-04-18 23:29:42 +0200
commit88d3dea036e2f731b594bf2858cbbca9e0195002 (patch)
tree635c2a32909c0b6bbc317e5245a2d6522d6bd8c0
parentfa9e3fd074c3fb0e74b235034e0814010a768c47 (diff)
downloadaur-88d3dea036e2f731b594bf2858cbbca9e0195002.tar.gz
automoc4 dropped from makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5fe9d22992..bdb0dcfe55f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = kmozillahelper
arch = x86_64
license = MIT
makedepends = cmake
- makedepends = automoc4
makedepends = extra-cmake-modules
depends = kio
depends = knotifications
diff --git a/PKGBUILD b/PKGBUILD
index 334ff63b0b54..f2ad5676c445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integ
arch=("i686" "x86_64")
license=('MIT')
depends=("kio" "knotifications" "kwindowsystem" "ki18n")
-makedepends=("cmake" "automoc4" "extra-cmake-modules")
+makedepends=("cmake" "extra-cmake-modules")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz")
md5sums=('58816fb988dc01a1b141a1d70ecd70ef')