summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-12-27 18:59:48 +0100
committerÓscar García Amor2018-12-27 18:59:48 +0100
commit2c4fcc89f372a785422bb3478727b5867f8cbf96 (patch)
tree516be43b99b6cd91717dfad847127de460cdfce9
parent1418d5d2ae8dca955a646ce0aad1ac81b78a37eb (diff)
downloadaur-2c4fcc89f372a785422bb3478727b5867f8cbf96.tar.gz
Updated to 5.16.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aabeae728a6a..9343c9ba768f 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.15.4
+ pkgver = 5.16.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.15.4/transgui-5.15.4-i686-linux.txz
- sha256sums_i686 = 0d2834dfbd11ae4d69409ed05e9298a6804108589d9ed198b2d32dd49c989dd2
- source_x86_64 = https://github.com/leonsoft-kras/transmission-remote-gui/releases/download/v5.15.4/transgui-5.15.4-x86_64-linux.txz
- sha256sums_x86_64 = cb227e9cb87c56e321c38a6b3e34831818e44582ef10f77914a5971cbc7a893a
+ 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
pkgname = transmission-remote-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c78feec7eda..5f8d4643c572 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.15.4'
+pkgver='5.16.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=('0d2834dfbd11ae4d69409ed05e9298a6804108589d9ed198b2d32dd49c989dd2')
-sha256sums_x86_64=('cb227e9cb87c56e321c38a6b3e34831818e44582ef10f77914a5971cbc7a893a')
+sha256sums_i686=('75aa8a5c22ab4bf1046f2fe1e382b7637e732adfe89ba8b2713945f4343bc1de')
+sha256sums_x86_64=('0cf710c8a623052b9c3a1a363a1cba02e1d719c20551e870b4c18025532b2267')
package() {
cd "${srcdir}"