summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Rochev2023-05-01 04:32:49 +0300
committerAlexey Rochev2023-05-01 04:32:49 +0300
commit838917028f37cdcd6b73f13f6f79524c12da0174 (patch)
treeb8a0870518fafa1745702029bf7b0a19e48c6298
parent5b8d3bff5ffc197504bedf8b965747dcabefdc31 (diff)
downloadaur-838917028f37cdcd6b73f13f6f79524c12da0174.tar.gz
2.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fca158f58ee..81b812cc158c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,6 @@
-
pkgbase = tremotesf
pkgdesc = Remote GUI for transmission-daemon
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/equeim/tremotesf2
arch = x86_64
@@ -18,7 +17,7 @@ pkgbase = tremotesf
depends = fmt
depends = hicolor-icon-theme
depends = libpsl
- source = https://github.com/equeim/tremotesf2/releases/download/2.2.0/tremotesf-2.2.0.tar.zst
- sha256sums = 426f4398a06da93e62b618199c71a5ea16aa38eab9a7b05d641b82c451c2ebcd
+ source = https://github.com/equeim/tremotesf2/releases/download/2.3.0/tremotesf-2.3.0.tar.zst
+ sha256sums = 6b104ebeed432cd14a7324d8d0c7477e571f01a61ae5a849af2a10ae3522a145
pkgname = tremotesf
diff --git a/PKGBUILD b/PKGBUILD
index 8cdb1ad99556..7474245c2911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexey Rochev <equeim@gmail.com>
pkgname='tremotesf'
-pkgver=2.2.0
+pkgver=2.3.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=('426f4398a06da93e62b618199c71a5ea16aa38eab9a7b05d641b82c451c2ebcd')
+sha256sums=('6b104ebeed432cd14a7324d8d0c7477e571f01a61ae5a849af2a10ae3522a145')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \