summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-07-07 02:43:57 +0200
committerGeorge Angelopoulos2018-07-07 02:43:57 +0200
commit249d4bfb0f9ba2329cbe048029569a5f95243837 (patch)
treeb94d5cf7ad5bc403d7cea8c8087bcef6fee685ef /PKGBUILD
parent7969fcc415b86d975cafb342f7d55295175d2306 (diff)
downloadaur-249d4bfb0f9ba2329cbe048029569a5f95243837.tar.gz
user pkgver in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 507621d070af..3dff96243c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=tremc
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="Curses interface for transmission - python3 fork of transmission-remote-cli"
arch=('any')
url="https://github.com/tremc/tremc"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python')
optdepends=('python-geoip: Guess which country peers come from'
'python-xerox: Copy magnet links to the system clipboard')
-source=("https://github.com/tremc/tremc/archive/v0.9.1.tar.gz")
+source=("https://github.com/tremc/tremc/archive/$pkgver.tar.gz")
md5sums=('08262de033014bf19cde91f1f27cf264')
conflicts=('tremc-git')