summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-02-16 18:55:55 +0100
committerMartchus2022-02-16 18:55:55 +0100
commit421a990c250b4e9f24c67638eb6bac8527406eb7 (patch)
tree4ac3bd09ac28fe2b5e564168e66b8656ca32548c /PKGBUILD
parent97ce200235b777105620ea7097a80b0fbd3b7035 (diff)
downloadaur-421a990c250b4e9f24c67638eb6bac8527406eb7.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 008efa441c1f..e6bbff1ce223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.6.0
+pkgver=3.6.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=('a01b68af858b4802e498e926e2e75efa400c1922a73d65693f0795eb79956259')
+sha256sums=('98ad461669e4528f6eb74d3b0c7a29401a0bb90a68bc63a4b60060ec02889b09')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"