[arch-commits] Commit in asunder/trunk (PKGBUILD asunder.install)
Antonio Rojas
arojas at archlinux.org
Fri May 13 20:45:04 UTC 2016
Date: Friday, May 13, 2016 @ 22:45:04
Author: arojas
Revision: 175258
Hooks
Modified:
asunder/trunk/PKGBUILD
Deleted:
asunder/trunk/asunder.install
-----------------+
PKGBUILD | 5 ++---
asunder.install | 14 --------------
2 files changed, 2 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-13 20:35:59 UTC (rev 175257)
+++ PKGBUILD 2016-05-13 20:45:04 UTC (rev 175258)
@@ -6,12 +6,12 @@
pkgname=asunder
pkgver=2.8
-pkgrel=2
+pkgrel=3
pkgdesc="a graphical CD ripper and encoder"
arch=('i686' 'x86_64')
url="http://littlesvr.ca/asunder/"
license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+depends=('gtk2' 'libcddb' 'cdparanoia')
makedepends=('pkgconfig' 'intltool' 'gettext')
optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
'flac: for flac support')
@@ -18,7 +18,6 @@
source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
md5sums=('d3d71cccf9e97d9e8b738d28d9067e03')
sha256sums=('d8c7014b87ab3c5467876def4d8650fd09fe415ded9de2569c629296499b09db')
-install="$pkgname".install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Deleted: asunder.install
===================================================================
--- asunder.install 2016-05-13 20:35:59 UTC (rev 175257)
+++ asunder.install 2016-05-13 20:45:04 UTC (rev 175258)
@@ -1,14 +0,0 @@
-post_install()
-{
- update-desktop-database -q
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}
\ No newline at end of file
More information about the arch-commits
mailing list