summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-07-02 14:23:06 +0200
committerGeorge Angelopoulos2018-07-02 14:23:06 +0200
commit7969fcc415b86d975cafb342f7d55295175d2306 (patch)
treebe60f9b08e15988bdcfa03be917cc46ec3f7ea54 /PKGBUILD
parente98dd56aeda2093219ad929a3bb05615f2435f6a (diff)
downloadaur-7969fcc415b86d975cafb342f7d55295175d2306.tar.gz
remove makedepends git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa1a8e47036c..507621d070af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=tremc
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Curses interface for transmission - python3 fork of transmission-remote-cli"
arch=('any')
url="https://github.com/tremc/tremc"
license=('GPL3')
depends=('python')
-makedepends=('git')
optdepends=('python-geoip: Guess which country peers come from'
- 'python-xerox: Copy magnet links to the system clipboard')
+ 'python-xerox: Copy magnet links to the system clipboard')
source=("https://github.com/tremc/tremc/archive/v0.9.1.tar.gz")
md5sums=('08262de033014bf19cde91f1f27cf264')