summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Rochev2024-01-08 17:19:09 +0300
committerAlexey Rochev2024-01-08 17:19:09 +0300
commitc14f15bdba3f0d3707fc2aba574610581d99a31f (patch)
treec67ba94ed8003d497f8d7e81a5275d06b4df48d8
parent46d19fbae50b7285cfe8e952142614f3e36bd5b0 (diff)
downloadaur-c14f15bdba3f0d3707fc2aba574610581d99a31f.tar.gz
2.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ceca8ec216..aee804e5506b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tremotesf
pkgdesc = Remote GUI for transmission-daemon
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 2.6.0
+ pkgrel = 1
url = https://github.com/equeim/tremotesf2
arch = x86_64
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = tremotesf
depends = fmt
depends = hicolor-icon-theme
depends = libpsl
- source = https://github.com/equeim/tremotesf2/releases/download/2.5.0/tremotesf-2.5.0.tar.zst
- sha256sums = 6605a88d8f0a3093572a04c18be5d261725f47af92e763f5fcde4372d7369a42
+ source = https://github.com/equeim/tremotesf2/releases/download/2.6.0/tremotesf-2.6.0.tar.zst
+ sha256sums = 41a844f651f06e63f7ba3e0f54513291a2c89bb3a97bb725374195247e2111fc
pkgname = tremotesf
diff --git a/PKGBUILD b/PKGBUILD
index 1c8ad49f469c..be97385f23ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexey Rochev <equeim@gmail.com>
pkgname='tremotesf'
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
pkgdesc='Remote GUI for transmission-daemon'
_github='https://github.com/equeim/tremotesf2'
url="${_github}"
@@ -12,7 +12,7 @@ depends=('qt5-base' 'kwidgetsaddons5' 'kwindowsystem5' 'fmt' 'hicolor-icon-theme
makedepends=('qt5-tools' 'cmake' 'ninja' 'gettext' 'cxxopts' 'pkgconf')
source=("${_github}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.zst")
-sha256sums=('6605a88d8f0a3093572a04c18be5d261725f47af92e763f5fcde4372d7369a42')
+sha256sums=('41a844f651f06e63f7ba3e0f54513291a2c89bb3a97bb725374195247e2111fc')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \