summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-05-04 01:34:26 +0200
committerMartchus2022-05-04 01:34:26 +0200
commitfc85c72b27e5be8ff76d85861587a0dcec98c8a8 (patch)
tree68c118ae5ae08ab8e49e437060dc33ca37cc6d73 /PKGBUILD
parentfcdad1b0ef85900b3fe26c9008a09768059c9e0e (diff)
downloadaur-fc85c72b27e5be8ff76d85861587a0dcec98c8a8.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f938b7addea..8218d9898d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.7.0
+pkgver=3.7.1
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'
@@ -30,7 +30,7 @@ makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa')
checkdepends=('cppunit' 'jq')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('e3814efdb9ca9bc386b51c602f8f4f507e8698ecdaf39a5849ed1795ddaa5c38')
+sha256sums=('df567627b91114da23664d4194f2fd2392cc24da7e59bd71e1e86f7638e2a5fb')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"