summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos2022-03-11 20:15:57 +0200
committerGeorge Angelopoulos2022-03-11 20:15:57 +0200
commit07876860da1cb7c7be04f86f297d35bbb7e9e128 (patch)
treeb7d01f6e30aecb67565ae4959a43c7384077c646
parent7337cb9633085b9b4482e25dc3e682e373f35d7e (diff)
downloadaur-07876860da1cb7c7be04f86f297d35bbb7e9e128.tar.gz
upstream version tag 0.9.3 changed sneakily to update the version info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d6031e257da..124febded35d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tremc
pkgdesc = Curses interface for transmission - python3 fork of transmission-remote-cli
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tremc/tremc
arch = any
license = GPL3
@@ -10,6 +10,6 @@ pkgbase = tremc
optdepends = python-xerox: Copy magnet links to the system clipboard
conflicts = tremc-git
source = https://github.com/tremc/tremc/archive/0.9.3.tar.gz
- md5sums = 65db18d723bd17c17b7ea53f4e246539
+ md5sums = 3adc2bf4796fa991118e41b7cb98c668
pkgname = tremc
diff --git a/PKGBUILD b/PKGBUILD
index 32f02dbe9cea..7c935b4356f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Angelopoulos <george@usermod.net>
pkgname=tremc
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Curses interface for transmission - python3 fork of transmission-remote-cli"
arch=('any')
url="https://github.com/tremc/tremc"
@@ -10,7 +10,7 @@ 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/$pkgver.tar.gz")
-md5sums=('65db18d723bd17c17b7ea53f4e246539')
+md5sums=('3adc2bf4796fa991118e41b7cb98c668')
conflicts=('tremc-git')