mp3diags: switched to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-04 15:51:39 +01:00
parent 7663182b9b
commit 14b0c867c0
2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgname=mp3diags pkgname=mp3diags
pkgver=1.2.03 pkgver=1.2.03
pkgrel=4 pkgrel=5
pkgdesc="GUI-based application that allows end-users to identify issues with their MP3 files, fix some of the issues and make other changes." pkgdesc="GUI-based application that allows end-users to identify issues with their MP3 files, fix some of the issues and make other changes."
url="http://sourceforge.net/projects/mp3diags/" url="http://sourceforge.net/projects/mp3diags/"
license=('GPL') license=('GPL')
@ -9,7 +9,6 @@ depends=('qt' 'boost-libs')
makedepends=('boost') makedepends=('boost')
optdepends=('mp3gain: MP3 normalization support') optdepends=('mp3gain: MP3 normalization support')
categories=('multimedia') categories=('multimedia')
install=mp3diags.install
source=("http://downloads.sourceforge.net/project/mp3diags/mp3diags-src/MP3Diags-${pkgver}.tar.gz") source=("http://downloads.sourceforge.net/project/mp3diags/mp3diags-src/MP3Diags-${pkgver}.tar.gz")
sha512sums=('0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf') sha512sums=('0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf')

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}