diff --git a/mumble/PKGBUILD b/mumble/PKGBUILD index 7f9a1d105..5f862c768 100644 --- a/mumble/PKGBUILD +++ b/mumble/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mumble pkgver=1.2.19 -pkgrel=2 +pkgrel=3 arch=('x86_64') pkgdesc="A voice chat application similar to TeamSpeak." license=('BSD') @@ -8,8 +8,7 @@ depends=('qt' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'xdg-utils' 'speech-dispatcher' 'speex' 'opus') makedepends=('boost' 'mesa') categories=('communication') -install=${pkgname}.install -url="http://www.mumble.com/" +url="http://www.mumble.info/" screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png" source=("https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz" AudioOutput.patch::https://github.com/mumble-voip/mumble/commit/e3871bb626f691e282085367d109b006f23e4389.patch) diff --git a/mumble/mumble.install b/mumble/mumble.install deleted file mode 100644 index c0797237a..000000000 --- a/mumble/mumble.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}