summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2018-10-30 20:20:02 +0100
committerSebastiaan Lokhorst2018-10-30 20:20:02 +0100
commitc907c3bdb554a4d522643dc182a6e4e2b59290e1 (patch)
tree3cc916cdfeb32c93ebab80c56a55389528cecbcf /PKGBUILD
parent986381df79866e6640599e9f0cba6dd9594384a8 (diff)
downloadaur-c907c3bdb554a4d522643dc182a6e4e2b59290e1.tar.gz
Add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06582eabe596..a8f269587477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
_pkgbase=transmission
_pkgname=transmission-cli
pkgname=transmission-cli-git
-pkgver=2.94.r354.gc11f2870f
+pkgver=2.94.r368.gf4dc55f87
pkgrel=1
arch=(x86_64)
url="http://www.transmissionbt.com/"
license=(MIT)
pkgdesc='Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)'
depends=(curl libevent libsystemd miniupnpc)
+makedepends=(cmake git)
conflicts=(transmission-cli)
replaces=(transmission-cli)
provides=(transmission-cli)