summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-10-12 23:54:56 +0200
committerMartchus2019-10-12 23:54:56 +0200
commit57a7e5756fe9e52ef040684eddb6a1751f970b8b (patch)
tree5218c6e2592c1a9f6ac232132be65edaac213109
parent80a7c7853014be96954877d0fabb37c23ed6b8a6 (diff)
downloadaur-57a7e5756fe9e52ef040684eddb6a1751f970b8b.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 cab306894f69..aac757506246 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.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -20,8 +20,8 @@ pkgbase = tageditor
depends = xdg-utils
depends = qt5-webengine
depends = qt5-declarative
- source = tageditor-3.3.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.1.tar.gz
- sha256sums = b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d
+ source = tageditor-3.3.2.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.2.tar.gz
+ sha256sums = 6cf8bd296b8a38260cb0583395890fd64910f62a9b365354b1bc2526a86bbec9
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index a6aecc06fa32..945bf5d0c461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.3.1
+pkgver=3.3.2
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' 'qt5-tools' 'mesa')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d')
+sha256sums=('6cf8bd296b8a38260cb0583395890fd64910f62a9b365354b1bc2526a86bbec9')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"