summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2020-04-25 23:58:42 +0200
committerChristian Muehlhaeuser2020-04-25 23:58:42 +0200
commit60052c84397e312a6aad95d7785540ca487862db (patch)
treee8b35bf0b2b7bc5a09ed64836df69dafdcdf960a /PKGBUILD
parent4d2147bb4914202199f4fb7edbc6ee83f79ce4d5 (diff)
downloadaur-60052c84397e312a6aad95d7785540ca487862db.tar.gz
Add git as build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 984c0f75a2b2..aeb65a5a6175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Christian Muehlhaeuser <muesli@gmail.com>
pkgname=(transmission-qt-git)
-pkgver=2.94
+pkgver=3.00
pkgrel=1
arch=(x86_64)
url="http://www.transmissionbt.com/"
@@ -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)
+makedepends=(gtk3 intltool curl qt5-base libevent systemd qt5-tools git)
source=(git+https://github.com/transmission/transmission.git
transmission-cli.sysusers
transmission-cli.tmpfiles)