summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAliaksandr Stelmachonak a.k.a. ava1ar2019-12-31 23:35:53 -0500
committerAliaksandr Stelmachonak a.k.a. ava1ar2019-12-31 23:35:53 -0500
commit9c6d458aa4c4cecda01e999ed382d35436aed07a (patch)
tree144c972114cfc354b0069146211eaa6526d88503
parenta23f74a173cef8358d0fbe2039cfc4cb5c826dce (diff)
downloadaur-9c6d458aa4c4cecda01e999ed382d35436aed07a.tar.gz
Updated to 5.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c618697f53..cb8a4a575f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transmission-remote-gui
pkgdesc = Cross platform remote GUI for the Transmission daemon
- pkgver = 5.17.0
+ pkgver = 5.18.0
pkgrel = 1
url = https://github.com/leonsoft-kras/transmisson-remote-gui
arch = i686
@@ -9,9 +9,9 @@ pkgbase = transmission-remote-gui
makedepends = lazarus
depends = qt4pas
conflicts = transmission-remote-gui-bin
- source = https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v5.17.0.zip
+ source = https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v5.18.0.zip
source = transgui.desktop
- sha1sums = 2a1737f9199e6a74e09005bfed7b0d3c3b36dfa0
+ sha1sums = 70ffa33fd4e32d1e44dd9f847cd2338cd2bd43e7
sha1sums = df16780ed1f875b316e3e2e6d01dc4e886281d60
pkgname = transmission-remote-gui
diff --git a/PKGBUILD b/PKGBUILD
index 1bf03fed5df7..448dcc3830a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=transmission-remote-gui
_pkgname=transgui
-pkgver=5.17.0
+pkgver=5.18.0
pkgrel=1
pkgdesc='Cross platform remote GUI for the Transmission daemon'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('lazarus')
conflicts=('transmission-remote-gui-bin')
source=(https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v${pkgver}.zip
${_pkgname}.desktop)
-sha1sums=('2a1737f9199e6a74e09005bfed7b0d3c3b36dfa0'
+sha1sums=('70ffa33fd4e32d1e44dd9f847cd2338cd2bd43e7'
'df16780ed1f875b316e3e2e6d01dc4e886281d60')
build() {