summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-01 15:16:47 +0200
committerMartchus2017-06-01 15:16:47 +0200
commit9a1f6d7c855dac417ce976e9a8479159cbb5f400 (patch)
treeac22a447ec95c3eb832d539d6e83cca62c69ce06
parent8987fe0bd86f662392616467de9c7c5b0d21e9b1 (diff)
downloadaur-9a1f6d7c855dac417ce976e9a8479159cbb5f400.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a461272a39c..d5287a4963b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 28 20:25:20 UTC 2017
+# Thu Jun 1 13:16:47 UTC 2017
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 = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/Martchus/tageditor
arch = i686
@@ -16,8 +16,8 @@ pkgbase = tageditor
depends = xdg-utils
depends = qt5-webkit
depends = qt5-declarative>=5.6
- source = tageditor-2.2.2.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.2.tar.gz
- sha256sums = 8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80
+ source = tageditor-2.2.3.tar.gz::https://github.com/Martchus/tageditor/archive/v2.2.3.tar.gz
+ sha256sums = 376e6b780b5c09da9cb765c16e80362ee0cbf80022de476bd4dcc047a499a541
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 4cb066559520..58c88ab27d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _js_provider=qml
_reponame=tageditor
pkgname=tageditor
-pkgver=2.2.2
+pkgver=2.2.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'
@@ -25,7 +25,7 @@ depends=('qtutilities>=5.6.0' 'tagparser>=6.2.0' 'desktop-file-utils' 'xdg-utils
makedepends=('cmake' 'qt5-tools')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('8f2a1e32fbbf7e208a42155600bfe931add1c77634ce80d28d1b7c58ef835e80')
+sha256sums=('376e6b780b5c09da9cb765c16e80362ee0cbf80022de476bd4dcc047a499a541')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"