summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2019-06-25 12:46:49 +0200
committerÓscar García Amor2019-06-25 12:46:49 +0200
commit9fc08fa2491f3c6a0276fd3a347598baa7ab7b24 (patch)
tree03272ce43f88e68b724af62994a782c831e84b0c
parent2c4fcc89f372a785422bb3478727b5867f8cbf96 (diff)
downloadaur-9fc08fa2491f3c6a0276fd3a347598baa7ab7b24.tar.gz
upgpkg: transmission-remote-gui-bin 5.17.0-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9343c9ba768f..1f7e0745106b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transmission-remote-gui-bin
pkgdesc = Cross platform remote GUI for the Transmission daemon
- pkgver = 5.16.0
+ pkgver = 5.17.0
pkgrel = 1
url = https://github.com/leonsoft-kras/transmisson-remote-gui
arch = i686
@@ -15,10 +15,10 @@ pkgbase = transmission-remote-gui-bin
conflicts = transmission-remote-gui
source = transgui.desktop
sha256sums = e7ca207f88fd98423b45476370c6899cacb8f0d9a0361e231a2e1b32ce36be51
- source_i686 = https://github.com/leonsoft-kras/transmission-remote-gui/releases/download/v5.16.0/transgui-5.16.0-i686-linux.txz
- sha256sums_i686 = 75aa8a5c22ab4bf1046f2fe1e382b7637e732adfe89ba8b2713945f4343bc1de
- source_x86_64 = https://github.com/leonsoft-kras/transmission-remote-gui/releases/download/v5.16.0/transgui-5.16.0-x86_64-linux.txz
- sha256sums_x86_64 = 0cf710c8a623052b9c3a1a363a1cba02e1d719c20551e870b4c18025532b2267
+ source_i686 = https://github.com/leonsoft-kras/transmission-remote-gui/releases/download/v5.17.0/transgui-5.17.0-i686-linux.txz
+ sha256sums_i686 = 939ac5478acabb17a49ed67a4c6460176be70dd7d65fe61743920e7a12f62d13
+ source_x86_64 = https://github.com/leonsoft-kras/transmission-remote-gui/releases/download/v5.17.0/transgui-5.17.0-x86_64-linux.txz
+ sha256sums_x86_64 = 9e6016a0a317fadd4ac5c8070bc3c2f2b8695d5b599f8f9d489106d71f131735
pkgname = transmission-remote-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5f8d4643c572..dfe7cda50aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sebba <sebba at cock dot li>
_pkgname='transgui'
pkgname='transmission-remote-gui-bin'
-pkgver='5.16.0'
+pkgver='5.17.0'
pkgrel=1
pkgdesc='Cross platform remote GUI for the Transmission daemon'
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ source=("${_pkgname}.desktop")
source_i686=("https://github.com/leonsoft-kras/${pkgname%%-bin}/releases/download/v$pkgver/$_pkgname-$pkgver-i686-linux.txz")
source_x86_64=("https://github.com/leonsoft-kras/${pkgname%%-bin}/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-linux.txz")
sha256sums=('e7ca207f88fd98423b45476370c6899cacb8f0d9a0361e231a2e1b32ce36be51')
-sha256sums_i686=('75aa8a5c22ab4bf1046f2fe1e382b7637e732adfe89ba8b2713945f4343bc1de')
-sha256sums_x86_64=('0cf710c8a623052b9c3a1a363a1cba02e1d719c20551e870b4c18025532b2267')
+sha256sums_i686=('939ac5478acabb17a49ed67a4c6460176be70dd7d65fe61743920e7a12f62d13')
+sha256sums_x86_64=('9e6016a0a317fadd4ac5c8070bc3c2f2b8695d5b599f8f9d489106d71f131735')
package() {
cd "${srcdir}"