Date: Saturday, September 20, 2014 @ 00:39:21 Author: bpiotrowski Revision: 119300
upgpkg: ncmpcpp 0.6beta4-1 - new upstream release - drop useless install file Modified: ncmpcpp/trunk/PKGBUILD Deleted: ncmpcpp/trunk/ncmpcpp.install -----------------+ PKGBUILD | 7 +++---- ncmpcpp.install | 19 ------------------- 2 files changed, 3 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-19 22:31:33 UTC (rev 119299) +++ PKGBUILD 2014-09-19 22:39:21 UTC (rev 119300) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski +# Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: graysky <graysky AT archlinux DOT us> # Contributor: Mateusz Herych <[email protected]> # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com> pkgname=ncmpcpp -pkgver=0.6beta3 +pkgver=0.6beta4 pkgrel=1 pkgdesc='Almost exact clone of ncmpc with some new features' arch=('i686' 'x86_64') @@ -13,10 +13,9 @@ license=('GPL') depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs') makedepends=('boost') -install=ncmpcpp.install source=(https://github.com/arybczak/ncmpcpp/archive/${pkgver/b/_b}.tar.gz missing-include.patch) -md5sums=('8a231188379211b6ab6672ea90ffb24c' +md5sums=('7cbd8c02889699b64d31d1375085d1e9' '14fa33349661c8e6c2a323970ef1e98c') prepare() { Deleted: ncmpcpp.install =================================================================== --- ncmpcpp.install 2014-09-19 22:31:33 UTC (rev 119299) +++ ncmpcpp.install 2014-09-19 22:39:21 UTC (rev 119300) @@ -1,19 +0,0 @@ -pre_install() { - /bin/true -} -post_install() { - echo "Example configuration files can be found in" - echo "/usr/share/doc/ncmpcpp" -} -pre_upgrade() { - /bin/true -} -post_upgrade() { - /bin/true -} -pre_remove() { - /bin/true -} -post_remove() { - /bin/true -}
