summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-05-18 17:42:53 +0200
committerMartchus2019-05-18 17:42:53 +0200
commitc4f3ad12d1600144db6538b5575ae326a2aaa261 (patch)
treeb7edfba7f41008fd1a2806f4b9312cc283844c8a
parent3e6eae7dc5a09bfe5ba1f1d6996762f31dadf3a5 (diff)
downloadaur-c4f3ad12d1600144db6538b5575ae326a2aaa261.tar.gz
Update to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd188090ab8e..63bc0c2327e8 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.2.0
+ pkgver = 3.2.1
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.2.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.2.0.tar.gz
- sha256sums = 195781362419591f8e88f636a0fc3676389718ebc6ae96014d27a3123b2b8f0f
+ source = tageditor-3.2.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.2.1.tar.gz
+ sha256sums = c3b15d83adf92a4c36c2f1e092a12b79f4177664cbef2ca53e82d8dfe0dc36d6
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 71bff082eba9..e510cf10373b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.2.0
+pkgver=3.2.1
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=('195781362419591f8e88f636a0fc3676389718ebc6ae96014d27a3123b2b8f0f')
+sha256sums=('c3b15d83adf92a4c36c2f1e092a12b79f4177664cbef2ca53e82d8dfe0dc36d6')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"