summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-09-04 08:49:47 -1000
committerGaetan Bisson2017-09-04 08:49:47 -1000
commit506d5647d74cc68b0a2608a91ca647c8c1c7590c (patch)
treefcc17f0c86d05b2c3bb51a2cc71b9c69a6c8e700
parentd5b09a24fb420c202bc596b81a49ca6ed0babf78 (diff)
downloadaur-506d5647d74cc68b0a2608a91ca647c8c1c7590c.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f470d7bc38..47dbb317ccf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagtool
pkgdesc = Tool to edit tags in MP3 and Ogg Vorbis files
- pkgver = 0.14
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/impegoraro/tagtool
arch = i686
@@ -11,8 +11,8 @@ pkgbase = tagtool
depends = glade
depends = id3lib
depends = libvorbis
- source = https://github.com/impegoraro/tagtool/archive/v0.14.tar.gz
- sha1sums = 05eef662d0f0f46983ad9a1e942e6ce4ac66276d
+ source = https://github.com/impegoraro/tagtool/archive/v0.14.2.tar.gz
+ sha256sums = c2b2c2a9a20a0173e618534e0c787e02860ff0de728e0ceea27d445397fc51c3
pkgname = tagtool
diff --git a/PKGBUILD b/PKGBUILD
index 39c02561aa35..be45d3690aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Filip Wojciechowski <filip at loka dot pl>
pkgname=tagtool
-pkgver=0.14
+pkgver=0.14.2
pkgrel=1
pkgdesc='Tool to edit tags in MP3 and Ogg Vorbis files'
url='https://github.com/impegoraro/tagtool'
@@ -14,7 +14,7 @@ arch=('i686' 'x86_64' 'armv7h')
makedepends=('intltool')
depends=('glade' 'id3lib' 'libvorbis')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1f6f314e573cad848e71b32341035a8902aa13030510356b6dbabab261b9d187')
+sha256sums=('c2b2c2a9a20a0173e618534e0c787e02860ff0de728e0ceea27d445397fc51c3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"