summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-02-05 23:34:54 +0100
committerMartchus2018-02-05 23:34:54 +0100
commitcfadf39ab6f103375b9a055e4e4ff313265a493c (patch)
tree42ce3ebb78fb34c49284739a21801629540d640e /PKGBUILD
parentd22a6bc35df27a57f2fe07a2a872d772bc813892 (diff)
downloadaur-cfadf39ab6f103375b9a055e4e4ff313265a493c.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66864f97204f..fbd9e0a3146c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _json_export=ON
_reponame=tageditor
pkgname=tageditor
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
arch=('i686' 'x86_64')
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')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864')
+sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"