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

Pierre Schmitz pierre at archlinux.org
Sun Feb 19 10:59:11 UTC 2012


    Date: Sunday, February 19, 2012 @ 05:59:10
  Author: pierre
Revision: 150651

upgpkg: pyxdg 0.19-3

rebuild old package

Modified:
  pyxdg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-19 02:03:57 UTC (rev 150650)
+++ PKGBUILD	2012-02-19 10:59:10 UTC (rev 150651)
@@ -4,16 +4,16 @@
 
 pkgname=pyxdg
 pkgver=0.19
-pkgrel=2
+pkgrel=3
 pkgdesc="Python library to access freedesktop.org standards."
 arch=('any')
 url="http://freedesktop.org/Software/pyxdg"
 license=("LGPL")
 depends=('python2')
-source=(http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz)
+source=("http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9f33542e846d0fc1e0bfa992a8555b0a')
 
-build() {
+package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --prefix=/usr --root=${pkgdir} || return 1
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
 }
-md5sums=('9f33542e846d0fc1e0bfa992a8555b0a')




More information about the arch-commits mailing list