Date: Monday, January 26, 2015 @ 09:10:55 Author: alucryd Revision: 126589
upgpkg: plank 0.8.1-1 Modified: plank/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-26 08:00:20 UTC (rev 126588) +++ PKGBUILD 2015-01-26 08:10:55 UTC (rev 126589) @@ -1,30 +1,33 @@ # $Id$ -# Maintainer: Maxime Gauduin <alucryd at gmail dot com> -# Contributor: Ner0 <darkelfdarkelf666 at yahoo dot co dot uk> -# Contributor: dcelasun <dcelasun at gmaild dot com> +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Ner0 <[email protected]> +# Contributor: dcelasun <[email protected]> pkgname=plank -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='Elegant, simple, clean dock' arch=('i686' 'x86_64') url='https://launchpad.net/plank' license=('GPL3') -depends=('bamf' 'libdbusmenu-gtk3' 'libgee') +depends=('bamf' 'libgee') makedepends=('gnome-common' 'intltool' 'vala') -install="${pkgname}.install" -source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz") -sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb') +install='plank.install' +source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz") +sha256sums=('e983db3a9c5b72eefd02b5fc9db731c0d2c63c7f98027c36f7e4f904ad14179f') build() { - cd ${pkgname}-${pkgver} + cd plank-${pkgver} - ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport + ./configure \ + --prefix='/usr' \ + --sysconfdir='/etc' \ + --disable-apport make } package() { - cd ${pkgname}-${pkgver} + cd plank-${pkgver} make DESTDIR="${pkgdir}" install }
