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 a25d93abce1d..b4f383ab8c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tageditor-qt6
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (using Qt 6)
- pkgver = 3.7.6
+ pkgver = 3.7.7
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -25,7 +25,7 @@ pkgbase = tageditor-qt6
depends = desktop-file-utils
depends = xdg-utils
depends = qt6-declarative
- source = tageditor-3.7.6.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.6.tar.gz
- sha256sums = 48991e04a95caeaa60a458a3c05b127d96268a2c3092487010ba7f1fe7c94f3e
+ source = tageditor-3.7.7.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.7.tar.gz
+ sha256sums = 1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074
pkgname = tageditor-qt6
diff --git a/PKGBUILD b/PKGBUILD
index dbdf4658c86c..7d84180c2a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _reponame=tageditor
_cfg=qt6
pkgname=tageditor-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=3.7.6
+pkgver=3.7.7
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (using Qt 6)'
@@ -32,7 +32,7 @@ makedepends=('cmake' 'ninja' 'qt6-tools' 'qt6-declarative' 'clang' 'mesa')
checkdepends=('cppunit' 'jq' 'appstream')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('48991e04a95caeaa60a458a3c05b127d96268a2c3092487010ba7f1fe7c94f3e')
+sha256sums=('1bc7bc43605503a264c065dd531299b23d1e124444d6cf6286f1b5763dc66074')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"