summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-12-06 16:54:52 +0100
committerMartchus2022-12-06 16:54:52 +0100
commit55d67edd850f92edd94864730a17f465456c7a29 (patch)
tree3628164df29b342c4d9063d944205b22e75a1d36
parenta4e114f516f2110ac5682a47ba52c211221fef19 (diff)
downloadaur-55d67edd850f92edd94864730a17f465456c7a29.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 ae573aa78239..0a9b14bdd1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tageditor-cli
pkgdesc = A tag editor with command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska (GUI disabled)
- pkgver = 3.7.5
+ pkgver = 3.7.6
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -16,7 +16,7 @@ pkgbase = tageditor-cli
depends = libtagparser.so
provides = tageditor
conflicts = tageditor
- source = tageditor-3.7.5.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.5.tar.gz
- sha256sums = e989d3ea6ad109d94aa3e4ccbf2b7bd62b8fe844a3bd9d3540700ff7e08ecba3
+ source = tageditor-3.7.6.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.6.tar.gz
+ sha256sums = 48991e04a95caeaa60a458a3c05b127d96268a2c3092487010ba7f1fe7c94f3e
pkgname = tageditor-cli
diff --git a/PKGBUILD b/PKGBUILD
index c974797c98a5..d9d022a7cf38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-OFF}
_reponame=tageditor
pkgname=tageditor-cli
-pkgver=3.7.5
+pkgver=3.7.6
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)'
@@ -24,7 +24,7 @@ provides=("${pkgname%-cli}")
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('e989d3ea6ad109d94aa3e4ccbf2b7bd62b8fe844a3bd9d3540700ff7e08ecba3')
+sha256sums=('48991e04a95caeaa60a458a3c05b127d96268a2c3092487010ba7f1fe7c94f3e')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"