summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972714b26694..d7de7788e70a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tremotesf
pkgdesc = Remote GUI for transmission-daemon
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/equeim/tremotesf2
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = tremotesf
depends = qt5-base
depends = kwidgetsaddons
depends = hicolor-icon-theme
- source = https://github.com/equeim/tremotesf2/archive/1.5.0.tar.gz
- sha256sums = 6c3402fc97685088ed0c8735feb25c075649f624ab64993872b8191b9f1de3c9
+ source = https://github.com/equeim/tremotesf2/archive/1.5.1.tar.gz
+ sha256sums = 2a431ca84a9029e863468334b75f50c44a479886e9ab024dfa3aa2bcaeb7b665
pkgname = tremotesf
diff --git a/PKGBUILD b/PKGBUILD
index f6ce1f290e72..fd12c5e868c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexey Rochev <equeim@gmail.com>
pkgname='tremotesf'
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Remote GUI for transmission-daemon'
_reponame='tremotesf2'
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'kwidgetsaddons' 'hicolor-icon-theme')
makedepends=('qt5-tools' 'cmake' 'ninja')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6c3402fc97685088ed0c8735feb25c075649f624ab64993872b8191b9f1de3c9')
+sha256sums=('2a431ca84a9029e863468334b75f50c44a479886e9ab024dfa3aa2bcaeb7b665')
prepare() {
mkdir -p build