summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1be662cccf16..41333c79af9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Motsch <frank@motschsoft.de>
pkgname=python-posix_ipc
-pkgver=1.0.0
+pkgver=1.0.3
pkgrel=1
pkgdesc="POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-distribute')
options=(!emptydirs)
source=("http://semanchuk.com/philip/posix_ipc/posix_ipc-$pkgver.tar.gz")
-md5sums=('85607a392087715ac3a3c7ded2492d06')
+md5sums=('fff75c0fa6665c802dc26ce3736d9ba0')
package() {
cd "$srcdir/posix_ipc-$pkgver"