summaryrefslogtreecommitdiff
path: root/community/python-pyxattr/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-06-03 10:26:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-06-03 10:26:16 +0200
commit2f9b9e4565cfb671eda54a32a3efef34723dfb80 (patch)
treeebfea96eb21ee3f24d7189930a316ea8c6e415ba /community/python-pyxattr/PKGBUILD
parent943e219407807d8fd4b88ce84b45e9e27117ea25 (diff)
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gmtk/PKGBUILD community/mumble/PKGBUILD community/notmuch/PKGBUILD community/pwgen/PKGBUILD extra/clutter-gst/PKGBUILD extra/libogg/PKGBUILD
Diffstat (limited to 'community/python-pyxattr/PKGBUILD')
-rw-r--r--community/python-pyxattr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD
index 7a211c735..2ca0d6529 100644
--- a/community/python-pyxattr/PKGBUILD
+++ b/community/python-pyxattr/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 78604 2012-10-21 22:13:35Z lfleischer $
+# $Id: PKGBUILD 92209 2013-06-02 18:57:49Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jon Bergli Heier <snakebite@jvnv.net>
pkgname=('python2-pyxattr' 'python-pyxattr')
pkgbase=python-pyxattr
_pkgname=pyxattr
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='A python extension module that allows you to manipulate the extended attributes.'
arch=('i686' 'x86_64' 'mips64el')
url='http://pyxattr.k1024.org/'
license=('GPL')
makedepends=('python2' 'python' 'python2-distribute' 'python-distribute')
-source=("https://github.com/downloads/iustin/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('bb9560510b17625015aa45f2fbc3b520')
+source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz")
+md5sums=('9ff2e4218badc201b689b6d254290001')
package_python2-pyxattr() {
depends=('python2')