summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 699a295823bf..4104737d1b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Celos <celos94(AT)gmail(DOT)com>
pkgname=python2-ipy
-pkgver=1.00
+pkgver=1.01
pkgrel=1
pkgdesc="Python class and tools for handling of IPv4 and IPv6 addresses and networks."
-arch=('any')
+arch=('x86_64' 'i686' 'pentium4')
url="https://pypi.python.org/pypi/IPy"
license=('BSD')
depends=('python2')
source=(https://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
-sha256sums=('2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621')
+sha256sums=('edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a')
package() {
cd "$srcdir/IPy-$pkgver"