summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2016-05-03 14:02:09 -1000
committerGaetan Bisson2016-05-03 14:02:09 -1000
commitf3487e4016c55eac483333b90a06a87f702ebbbc (patch)
tree6f212014e4712a5ea65c8d2267a587826c72bbec
parent0ae470e1222d243930cfd16b4572c80632e3bdb3 (diff)
downloadaur-f3487e4016c55eac483333b90a06a87f702ebbbc.tar.gz
upstream update, remove deprecated install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--install11
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f076db4f7248..71f470d7bc38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = tagtool
pkgdesc = Tool to edit tags in MP3 and Ogg Vorbis files
- pkgver = 0.13.4
+ pkgver = 0.14
pkgrel = 1
url = https://github.com/impegoraro/tagtool
- install = install
arch = i686
arch = x86_64
arch = armv7h
@@ -12,8 +11,8 @@ pkgbase = tagtool
depends = glade
depends = id3lib
depends = libvorbis
- source = https://github.com/impegoraro/tagtool/archive/v0.13.4.tar.gz
- sha1sums = c48282d5501f984177d102b8acfab2ee35828656
+ source = https://github.com/impegoraro/tagtool/archive/v0.14.tar.gz
+ sha1sums = 05eef662d0f0f46983ad9a1e942e6ce4ac66276d
pkgname = tagtool
diff --git a/PKGBUILD b/PKGBUILD
index 4f981115eb9e..f577fd3495a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Filip Wojciechowski <filip at loka dot pl>
pkgname=tagtool
-pkgver=0.13.4
+pkgver=0.14
pkgrel=1
pkgdesc='Tool to edit tags in MP3 and Ogg Vorbis files'
url='https://github.com/impegoraro/tagtool'
@@ -14,9 +14,7 @@ arch=('i686' 'x86_64' 'armv7h')
makedepends=('intltool')
depends=('glade' 'id3lib' 'libvorbis')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha1sums=('c48282d5501f984177d102b8acfab2ee35828656')
-
-install=install
+sha1sums=('05eef662d0f0f46983ad9a1e942e6ce4ac66276d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/install b/install
deleted file mode 100644
index 440497a4059c..000000000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}