summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9beadb8eddd2..5f96a87f6ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 15 10:47:07 UTC 2018
+# Wed Mar 28 23:30:41 UTC 2018
pkgbase = transmission-remote-gui
pkgdesc = Cross platform remote GUI for the Transmission daemon
- pkgver = 5.14.0
+ pkgver = 5.15.2
pkgrel = 1
url = https://github.com/leonsoft-kras/transmisson-remote-gui
arch = i686
@@ -11,9 +11,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.14.0.zip
+ source = https://github.com/leonsoft-kras/transmisson-remote-gui/archive/v5.15.2.zip
source = transgui.desktop
- sha1sums = d60021e4ab41e639d9d40baa7bd2b07dde8fd2b8
+ sha1sums = 963aa4d054e5a36d5f978521a9eec1dffcc98b7f
sha1sums = d1678311a60ab60235d9029c0d19c777e2fa6ebf
pkgname = transmission-remote-gui
diff --git a/PKGBUILD b/PKGBUILD
index bc064240106c..5fbc264baa60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=transmission-remote-gui
_pkgname=transgui
-pkgver=5.14.0
+pkgver=5.15.2
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=('d60021e4ab41e639d9d40baa7bd2b07dde8fd2b8'
+sha1sums=('963aa4d054e5a36d5f978521a9eec1dffcc98b7f'
'd1678311a60ab60235d9029c0d19c777e2fa6ebf')
build() {