fixed arch in python2-path

This commit is contained in:
Yaron de Leeuw 2014-11-03 20:59:13 +02:00
parent de13ee63dd
commit 5d711691c2

View file

@ -1,9 +1,13 @@
# Maintainer: David Danier <david.danier@team23.de>
# ALARM AUR:
# Maintainer: Yaron de Leeuw <me@jarondl.net>
# only changed arch to any
pkgname=python2-path
pkgver=5.1
pkgrel=1
pkgrel=1.1
pkgdesc="path.py provides a class (path) for working with files and directories. Less typing than os.path, more fun, a few new tricks"
arch=('i686' 'x86_64')
arch=('any')
url="https://pypi.python.org/pypi/path.py"
license=('MIT')
depends=('python2')