summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-06-04 20:59:54 +0200
committerMartchus2021-06-04 20:59:54 +0200
commit6715bd298b8dd2c65a3a6b000d8021ea380460da (patch)
tree861b36dd8ec2ada1a049030bcbbef84c0c45df5e
parent5e88423b888e67ef1b7950f9c2c0e63a1aed3ac4 (diff)
downloadaur-6715bd298b8dd2c65a3a6b000d8021ea380460da.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf99506392f..52ac02c74c87 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.3.10
+ pkgver = 3.4.0
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -22,8 +22,7 @@ pkgbase = tageditor
depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
- source = tageditor-3.3.10.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.10.tar.gz
- sha256sums = 0d720dcfce039c5dc85c0dcc0ce3daa0bd15835394c977da28b20a63e09f0d71
+ source = tageditor-3.4.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.4.0.tar.gz
+ sha256sums = 8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835
pkgname = tageditor
-
diff --git a/PKGBUILD b/PKGBUILD
index 428d03c29ef0..91e32afed29d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.3.10
+pkgver=3.4.0
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=('0d720dcfce039c5dc85c0dcc0ce3daa0bd15835394c977da28b20a63e09f0d71')
+sha256sums=('8623057c2b1bf38eaab7d8de87e259ce639afcac35253145d102e91751015835')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"