mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
fixed arch in python2-path
This commit is contained in:
parent
de13ee63dd
commit
5d711691c2
1 changed files with 6 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue