summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Rochev2024-04-01 22:18:15 +0300
committerAlexey Rochev2024-04-01 22:18:15 +0300
commitb15f9e3a5704b0c4ca7841d32af25edc93e11410 (patch)
treed8f2a10afaf5704ade88240ac74116fbcf42c0c2
parent5cdcab290a7fc667348e6259f83bf2a5fc7c762f (diff)
downloadaur-b15f9e3a5704b0c4ca7841d32af25edc93e11410.tar.gz
2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99eeac97b421..2eb5f5831acc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tremotesf
pkgdesc = Remote GUI for transmission-daemon
- pkgver = 2.6.1
+ pkgver = 2.6.2
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.6.1/tremotesf-2.6.1.tar.zst
- sha256sums = 1fe8ca02a843640b52211a2f2a5edeb27eb99816896e86d837127ede939baa03
+ source = https://github.com/equeim/tremotesf2/releases/download/2.6.2/tremotesf-2.6.2.tar.zst
+ sha256sums = 8a8dbfe7d421513eb31e438dcbf39b7e9b24063e4d60c231b663a859befbbce6
pkgname = tremotesf
diff --git a/PKGBUILD b/PKGBUILD
index 85be0771b963..9095097d9640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexey Rochev <equeim@gmail.com>
pkgname='tremotesf'
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc='Remote GUI for transmission-daemon'
_github='https://github.com/equeim/tremotesf2'
@@ -12,7 +12,7 @@ depends=('qt6-base' 'kwidgetsaddons' 'kwindowsystem' 'fmt' 'hicolor-icon-theme'
makedepends=('qt6-tools' 'cmake' 'ninja' 'gettext' 'cxxopts' 'pkgconf')
source=("${_github}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.zst")
-sha256sums=('1fe8ca02a843640b52211a2f2a5edeb27eb99816896e86d837127ede939baa03')
+sha256sums=('8a8dbfe7d421513eb31e438dcbf39b7e9b24063e4d60c231b663a859befbbce6')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \