summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-02-16 18:55:58 +0100
committerMartchus2022-02-16 18:55:58 +0100
commit6253823f8f18e736e6a64107e401afe948ee46b7 (patch)
tree9a848a63dfef06f1054f5ce37d1ac7dc33fd74f0 /PKGBUILD
parent31067d69b09595d9610b3604103b2befc0be9e49 (diff)
downloadaur-6253823f8f18e736e6a64107e401afe948ee46b7.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7eb93fd39fce..c3902f01dea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF}
_reponame=tageditor
pkgname=tageditor-cli
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (GUI disabled)'
@@ -23,8 +23,8 @@ provides=("${pkgname%-cli}")
[[ $_json_export == ON ]] && makedepends+=('reflective-rapidjson')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('a01b68af858b4802e498e926e2e75efa400c1922a73d65693f0795eb79956259')
+source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('98ad461669e4528f6eb74d3b0c7a29401a0bb90a68bc63a4b60060ec02889b09')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"