summaryrefslogtreecommitdiff
path: root/community/pypanel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pypanel/PKGBUILD')
-rw-r--r--community/pypanel/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD
index ffb86eaa4..82d608970 100644
--- a/community/pypanel/PKGBUILD
+++ b/community/pypanel/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $
-# Maintainer: Jeff Mickey <j@codemac.net>
+# $Id: PKGBUILD 57834 2011-11-03 10:22:57Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Mr Green
# Contributor: Jens Persson <xerxes2@gmail.com>
pkgname=pypanel
pkgver=2.4
-pkgrel=6
-pkgdesc="A lightweight panel/taskbar for X11 window managers written in python"
+pkgrel=7
+pkgdesc='A lightweight panel/taskbar for X11 window managers written in python.'
arch=('i686' 'x86_64')
-url="http://pypanel.sourceforge.net/"
+url='http://pypanel.sourceforge.net/'
license=('GPL')
depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-$pkgver.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
md5sums=('f1f9a2ed80be72ab36e748833618daba')
build() {
- cd "$srcdir/PyPanel-$pkgver"
- python2 setup.py install --root="$pkgdir"
+ cd "${srcdir}/PyPanel-${pkgver}"
+ python2 setup.py install --root="${pkgdir}"
}