summaryrefslogtreecommitdiff
path: root/community/pypanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
commit3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (patch)
tree576b183074d925e58c2e37ae2b641e712bceacb1 /community/pypanel
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Fri Nov 4 23:14:51 UTC 2011
Diffstat (limited to 'community/pypanel')
-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}"
}