From 071bbc44de401cd264fe44a6ab330657b56ca329 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Oct 2016 11:17:08 -0400 Subject: Tidy up. --- PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 20666ee..067fedc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,13 @@ +# Maintainer (Archey): Laurie Clark-Michalek +# Contributer (Archey): graysky # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=paraboley -pkgver=0.2 +pkgver=0.3 pkgrel=1 -pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo." +pkgdesc="Python script to display system infomation alongside the Parabola logo." arch=('any') -url="https://projects.parabola.nu/paraboley.git" +url="https://git.parabola.nu/packages/paraboley.git" license=('GPL') depends=('python') makedepends=('git' 'python-distribute') @@ -14,9 +16,9 @@ optdepends=( 'python-logbook-git: for logging' 'imagemagick: for default screenshot command' ) -conflicts=() -provides=('paraboley') -source="git://projects.parabola.nu/paraboley.git" +replaces=('archey' 'archey3') +source=("git://git.parabola.nu/packages/paraboley.git") +md5sums=('SKIP') pkgver() { cd ${pkgname} @@ -26,5 +28,5 @@ pkgver() { package() { cd "$srcdir/$pkgname" python setup.py install --root=${pkgdir} - install -D -m644 COPYING ${pkgdir}/usr/share/licenses/paraboley/COPYING + install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING } -- cgit v1.2.2