summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-10-16 22:57:42 +0200
committerMartchus2015-10-16 22:57:42 +0200
commitdf4df1a1fd8b6a4a40ea61a9e67278c85c9848b9 (patch)
treec48ac5f86bbbd884acdafeeb6d7cf5cd6c6217d3
parent9c6218a610ef92a8a1ecda9fb13c7cbfc16c7567 (diff)
downloadaur-df4df1a1fd8b6a4a40ea61a9e67278c85c9848b9.tar.gz
updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9bdbf3f823f..b7545f059d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska.
- pkgver = 1.1.5
- pkgrel = 11
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/Martchus/tageditor
install = tageditor.install
arch = i686
@@ -14,8 +14,8 @@ pkgbase = tageditor
depends = tagparser
depends = desktop-file-utils
depends = xdg-utils
- source = tageditor-1.1.5.tar.gz::https://github.com/Martchus/tageditor/archive/v1.1.5.tar.gz
- sha256sums = bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e
+ source = tageditor-1.2.0.tar.gz::https://github.com/Martchus/tageditor/archive/v1.2.0.tar.gz
+ sha256sums = 42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index bcc5a4142542..15c4d015e9b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit
pkgname=tageditor
-pkgver=1.1.5
-pkgrel=11
+pkgver=1.2.0
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')
@@ -14,7 +14,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/tageditor"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz")
_reponame=tageditor
-sha256sums=('bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e')
+sha256sums=('42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"