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

Jan de Groot jgc at archlinux.org
Sun Aug 19 17:05:10 UTC 2012


    Date: Sunday, August 19, 2012 @ 13:05:09
  Author: jgc
Revision: 165446

Rename package() to build(), makes patches apply again (FS#14782)

Modified:
  pyxml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-19 16:04:33 UTC (rev 165445)
+++ PKGBUILD	2012-08-19 17:05:09 UTC (rev 165446)
@@ -4,7 +4,7 @@
 
 pkgname=pyxml
 pkgver=0.8.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Python XML parsing library"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/pyxml/"
@@ -17,7 +17,7 @@
          '4b652e0c866e3cca7e2386e8e383d5ba'
          'c9c54fdf0f7d1515a3b7aa34b01d1c46')
 
-package() {
+build() {
   cd "${srcdir}/PyXML-${pkgver}"
 
   patch -Np1 -i "${srcdir}/fix-python2.6.patch"




More information about the arch-commits mailing list