summaryrefslogtreecommitdiff
path: root/community/pypanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-23 00:06:21 -0700
committerroot <root@rshg054.dnsready.net>2013-03-23 00:06:21 -0700
commita42cd7aaabfdb3ecc0a538548e8dbcc7ca860b2d (patch)
treebbea919c4d1e7d8d747e636040d0cd510c279d68 /community/pypanel
parent6b3123e5628817e3cef9c44989dffd21c49b0817 (diff)
Sat Mar 23 00:06:20 PDT 2013
Diffstat (limited to 'community/pypanel')
-rw-r--r--community/pypanel/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD
index 82d608970..f078a915d 100644
--- a/community/pypanel/PKGBUILD
+++ b/community/pypanel/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57834 2011-11-03 10:22:57Z lfleischer $
+# $Id: PKGBUILD 86770 2013-03-22 00:26:29Z eric $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Mr Green
@@ -15,7 +15,7 @@ depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft')
source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz")
md5sums=('f1f9a2ed80be72ab36e748833618daba')
-build() {
+package() {
cd "${srcdir}/PyPanel-${pkgver}"
python2 setup.py install --root="${pkgdir}"
}