summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Rochev2023-05-31 01:09:05 +0300
committerAlexey Rochev2023-05-31 01:09:05 +0300
commit017cd4f07d0522045495ab95078ff6853b36d5aa (patch)
tree8b416c92c35761036080d81967ddaaa9c9cae004
parent838917028f37cdcd6b73f13f6f79524c12da0174 (diff)
downloadaur-017cd4f07d0522045495ab95078ff6853b36d5aa.tar.gz
2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81b812cc158c..9fb4a50a7f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tremotesf
pkgdesc = Remote GUI for transmission-daemon
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/equeim/tremotesf2
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = tremotesf
depends = fmt
depends = hicolor-icon-theme
depends = libpsl
- source = https://github.com/equeim/tremotesf2/releases/download/2.3.0/tremotesf-2.3.0.tar.zst
- sha256sums = 6b104ebeed432cd14a7324d8d0c7477e571f01a61ae5a849af2a10ae3522a145
+ source = https://github.com/equeim/tremotesf2/releases/download/2.4.0/tremotesf-2.4.0.tar.zst
+ sha256sums = bb36aae53527f5ef1ded12d12dfb83c6be39e2bfbc7a0c9dcde5275fbb3dbe4f
pkgname = tremotesf
diff --git a/PKGBUILD b/PKGBUILD
index 7474245c2911..866561513f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexey Rochev <equeim@gmail.com>
pkgname='tremotesf'
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc='Remote GUI for transmission-daemon'
_github='https://github.com/equeim/tremotesf2'
@@ -12,7 +12,7 @@ depends=('qt5-base' 'kwidgetsaddons' 'kwindowsystem' 'fmt' 'hicolor-icon-theme'
makedepends=('qt5-tools' 'cmake' 'ninja' 'gettext' 'cxxopts' 'pkgconf')
source=("${_github}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.zst")
-sha256sums=('6b104ebeed432cd14a7324d8d0c7477e571f01a61ae5a849af2a10ae3522a145')
+sha256sums=('bb36aae53527f5ef1ded12d12dfb83c6be39e2bfbc7a0c9dcde5275fbb3dbe4f')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \