summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-05 18:02:10 +0200
committerMartchus2023-04-05 18:02:10 +0200
commit79708f9d6a7e288f72b0c03be8b6f9ff882aece4 (patch)
treec354422ca0cf5fb22a44039d34924ae3a4ee7cae
parentdbcf520d061bf69d5e69192f67616a2a11835d54 (diff)
downloadaur-79708f9d6a7e288f72b0c03be8b6f9ff882aece4.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 4b62fb476961..377fb632bbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
- pkgver = 3.7.8
+ pkgver = 3.7.9
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -24,7 +24,7 @@ pkgbase = tageditor
depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
- source = tageditor-3.7.8.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.8.tar.gz
- sha256sums = b7a4dda13c6e35fa6027b23efbecb975ff58d33d4c45cb23ba22b1a493a649b3
+ source = tageditor-3.7.9.tar.gz::https://github.com/Martchus/tageditor/archive/v3.7.9.tar.gz
+ sha256sums = 987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 436de3ac15c7..fd76bf885aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.7.8
+pkgver=3.7.9
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' 'appstream')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('b7a4dda13c6e35fa6027b23efbecb975ff58d33d4c45cb23ba22b1a493a649b3')
+sha256sums=('987101e9a259db79b28b872c778e9818f12618ce5a12ab7558b6262c7621b217')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"