[arch-commits] Commit in pyxml/repos (testing-i686 testing-i686/PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Oct 29 03:26:25 UTC 2008


    Date: Tuesday, October 28, 2008 @ 23:26:25
  Author: eric
Revision: 17398

Merged revisions 17395 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/pyxml/trunk

........
  r17395 | eric | 2008-10-28 23:22:39 -0400 (Tue, 28 Oct 2008) | 2 lines
  
  upgpkg: pyxml 0.8.4-5
      added license
........

Modified:
  pyxml/repos/testing-i686/	(properties)
  pyxml/repos/testing-i686/PKGBUILD

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


Property changes on: pyxml/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /pyxml/trunk:1-16835
   + /pyxml/trunk:1-17397

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-10-29 03:23:01 UTC (rev 17397)
+++ testing-i686/PKGBUILD	2008-10-29 03:26:25 UTC (rev 17398)
@@ -3,17 +3,19 @@
 
 pkgname=pyxml
 pkgver=0.8.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Python XML parsing library."
 arch=(i686 x86_64)
 url="http://pyxml.sourceforge.net/"
+license=('custom')
 depends=('python')
 source=(http://downloads.sourceforge.net/sourceforge/pyxml/PyXML-${pkgver}.tar.gz)
+md5sums=('1f7655050cebbb664db976405fdba209')
 
-md5sums=(1f7655050cebbb664db976405fdba209)
 
 build() {
   cd ${startdir}/src/PyXML-${pkgver}
   python setup.py build
   python setup.py install --prefix=/usr --root=${startdir}/pkg
+  install -D -m644 LICENCE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list