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

Hugo Doria hugo at archlinux.org
Sun May 31 23:33:49 UTC 2009


    Date: Sunday, May 31, 2009 @ 19:33:49
  Author: hugo
Revision: 40901

upgpkg: pyxdg 0.17-1
    Upstream update to 0.17

Modified:
  pyxdg/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-31 23:28:49 UTC (rev 40900)
+++ PKGBUILD	2009-05-31 23:33:49 UTC (rev 40901)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Aaron Griffin <aarongriffin at gmail.com>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Mario A. Vazquez <mario_vazq at hotmail.com>
+
 pkgname=pyxdg
-pkgver=0.15
-pkgrel=3
+pkgver=0.17
+pkgrel=1
 pkgdesc="Python library to access freedesktop.org standards."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://freedesktop.org/Software/pyxdg"
 license=("LGPL")
 depends=('python')
-source=(http://gentoolabs.com.ar/distfiles/${pkgname}-${pkgver}.tar.gz)
+source=(http://www.freedesktop.org/~lanius/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  python setup.py install --prefix=/usr --root=${startdir}/pkg || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} || return 1
 }
-md5sums=('86a5441285fc908145414b63348d11a3')
+md5sums=('a086de99cc536095684d87f15594e4db')




More information about the arch-commits mailing list