summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-06-10 10:29:54 +0300
committerShatur952020-06-10 10:29:54 +0300
commit278e9e2d593dd05098714466f9f1bc04d62f0108 (patch)
treeec3ed24d0808bd3d12c72143dd49ae0a91df2478
parenta9d909386695b8e8e8c04b7a94ae2717369fa653 (diff)
downloadaur-278e9e2d593dd05098714466f9f1bc04d62f0108.tar.gz
Add missing extra-cmake-modules dependency
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d3c91702f02..fc0dfc1f2274 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = crow-translate-git
url = https://github.com/crow-translate/crow-translate
arch = x86_64
license = GPL3
+ makedepends = extra-cmake-modules
makedepends = qt5-tools
makedepends = git
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index e887837ba9a7..8d22009aeda3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url=https://github.com/crow-translate/crow-translate
license=(GPL3)
depends=(qt5-base qt5-svg qt5-multimedia qt5-x11extras gst-plugins-good openssl)
-makedepends=(qt5-tools git)
+makedepends=(extra-cmake-modules qt5-tools git)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=(git+$url)