summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954f02648f84..c7f8907b1fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python2-ipy
pkgdesc = Python class and tools for handling of IPv4 and IPv6 addresses and networks.
- pkgver = 1.00
+ pkgver = 1.01
pkgrel = 1
url = https://pypi.python.org/pypi/IPy
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = pentium4
license = BSD
depends = python2
- source = https://cheeseshop.python.org/packages/source/I/IPy/IPy-1.00.tar.gz
- sha256sums = 2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621
+ source = https://cheeseshop.python.org/packages/source/I/IPy/IPy-1.01.tar.gz
+ sha256sums = edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a
pkgname = python2-ipy
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"