summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-08-03 21:44:10 +0200
committerMartchus2021-08-03 21:44:10 +0200
commitd040de959875d6d51ab73fe7af74e8c2e6cbbb19 (patch)
treef286bd9998cdd49a1576001762f73629cbf64a91
parentecaec2408fd7e48411a40331cceca2f28b4b576d (diff)
downloadaur-d040de959875d6d51ab73fe7af74e8c2e6cbbb19.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ffbfc3b512..d6ec52abe4d0 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.4.1
+ pkgver = 3.4.2
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -22,7 +22,7 @@ pkgbase = tageditor-qt6
depends = desktop-file-utils
depends = xdg-utils
depends = qt6-declarative
- source = tageditor-3.4.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.1.tar.gz
- sha256sums = 4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7
+ source = tageditor-3.4.2.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.2.tar.gz
+ sha256sums = 43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4
pkgname = tageditor-qt6
diff --git a/PKGBUILD b/PKGBUILD
index f96ad652d466..006ded4bad35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _reponame=tageditor
_cfg=qt6
pkgname=tageditor-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=3.4.1
+pkgver=3.4.2
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' 'clang' 'mesa')
checkdepends=('cppunit' 'jq')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('4d3218531fae449ffa76098fbe9a4693e43f2f93d0d38bb4163d6a9ce864d6c7')
+sha256sums=('43029df40c53122a6dd5b0c986bf53945bf492d30904d3d4d723b1936b0cbdd4')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"