[arch-commits] Commit in pypanel/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri Mar 22 00:25:37 UTC 2013


    Date: Friday, March 22, 2013 @ 01:25:36
  Author: eric
Revision: 86768

Replace build function by package function

Modified:
  pypanel/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-22 00:23:48 UTC (rev 86767)
+++ PKGBUILD	2013-03-22 00:25:36 UTC (rev 86768)
@@ -15,7 +15,7 @@
 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}"
 } 




More information about the arch-commits mailing list