summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4679ba08ac..92df00800bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = transmission-qt-git
makedepends = systemd
makedepends = qt5-tools
makedepends = git
+ makedepends = cmake
depends = curl
depends = qt5-base
depends = libevent
diff --git a/PKGBUILD b/PKGBUILD
index aeb65a5a6175..c3570d8bcd10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=(MIT)
pkgdesc='Fast, easy, and free BitTorrent client (Qt GUI)'
depends=(curl qt5-base libevent)
optdepends=('transmission-cli: daemon and web support')
-makedepends=(gtk3 intltool curl qt5-base libevent systemd qt5-tools git)
+makedepends=(gtk3 intltool curl qt5-base libevent systemd qt5-tools git cmake)
source=(git+https://github.com/transmission/transmission.git
transmission-cli.sysusers
transmission-cli.tmpfiles)