[arch-commits] Commit in python-sysv_ipc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 28 14:25:19 UTC 2021
Date: Friday, May 28, 2021 @ 14:25:18
Author: felixonmars
Revision: 949824
upgpkg: python-sysv_ipc 1.1.0-1
Modified:
python-sysv_ipc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-28 14:25:11 UTC (rev 949823)
+++ PKGBUILD 2021-05-28 14:25:18 UTC (rev 949824)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-sysv_ipc
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="System V IPC primitives (semaphores, shared memory and message queues) for Python"
url="http://semanchuk.com/philip/sysv_ipc/"
license=('BSD')
@@ -10,7 +10,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("http://semanchuk.com/philip/sysv_ipc/sysv_ipc-$pkgver.tar.gz")
-sha512sums=('c240828df5a96fe241b0d68f349c7c593ee45115c2867adc577b4da75ec1b3101608fd8da021fec88a7b717af9a4b0e9f9e5ad6a06874a38c3ad2ce467f00989')
+sha512sums=('30615c7fcd2ce45b5602fbd61bc2061f5fd44eb7d8ec0bcfd2979e2e750b0f7093bad938cb715ba65dac306c576f76973d462ecc52785fc8f7bacc70a84d79ff')
build() {
cd sysv_ipc-$pkgver
More information about the arch-commits
mailing list