summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-10-02 21:48:10 +0200
committerMartchus2019-10-02 21:48:10 +0200
commit80a7c7853014be96954877d0fabb37c23ed6b8a6 (patch)
treee1bf08098ace852ba13d8ff6483b4640755f4363
parent0d7c747a406ca45ea6d18e20a9f46a8b44ab2ed6 (diff)
downloadaur-80a7c7853014be96954877d0fabb37c23ed6b8a6.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 6e6d622c4dfc..cab306894f69 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.0
+ pkgver = 3.3.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.3.0.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.0.tar.gz
- sha256sums = 6b021c609b7e7d497e97c187d099de28f07b5895bbbd41b1f013ba11c3223759
+ source = tageditor-3.3.1.tar.gz::https://github.com/Martchus/tageditor/archive/v3.3.1.tar.gz
+ sha256sums = b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 3d81d602d58e..a6aecc06fa32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
-pkgver=3.3.0
+pkgver=3.3.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=('6b021c609b7e7d497e97c187d099de28f07b5895bbbd41b1f013ba11c3223759')
+sha256sums=('b6a4a3499dbbe13f59a401515e28bd1177800491eb16c7bfe4c075f24b34728d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"