summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-12-02 02:30:20 +0100
committerMartchus2015-12-02 02:30:20 +0100
commitdec626dd3d5ab7ea42bd30465d87d0147b47544a (patch)
tree89bbdffb79edc7f14f7e24325150fc9d5d2d8d7c
parentdf4df1a1fd8b6a4a40ea61a9e67278c85c9848b9 (diff)
downloadaur-dec626dd3d5ab7ea42bd30465d87d0147b47544a.tar.gz
updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7545f059d60..49ca944a1b57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/Martchus/tageditor
install = tageditor.install
@@ -14,8 +14,8 @@ pkgbase = tageditor
depends = tagparser
depends = desktop-file-utils
depends = xdg-utils
- source = tageditor-1.2.0.tar.gz::https://github.com/Martchus/tageditor/archive/v1.2.0.tar.gz
- sha256sums = 42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d
+ source = tageditor-1.2.1.tar.gz::https://github.com/Martchus/tageditor/archive/v1.2.1.tar.gz
+ sha256sums = d089b9e66616c39147b639639152c5848f59dafa2c0a9a77d0137fbed13a2af9
pkgname = tageditor
diff --git a/PKGBUILD b/PKGBUILD
index 15c4d015e9b5..1e48944a06e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# decide whether to link against the deprecated Qt WebKit module (in qt5-webkit package ~40 MB) or
# the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit
+_reponame=tageditor
pkgname=tageditor
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
@@ -11,10 +12,9 @@ license=('GPL')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
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=('42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d')
+url="https://github.com/Martchus/${_reponame}"
+source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
+sha256sums=('d089b9e66616c39147b639639152c5848f59dafa2c0a9a77d0137fbed13a2af9')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"