aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/archlinux/stable/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index b813fcd..bfa92c1 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=cmdipc
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="System V and POSIX IPC from the command line"
-arch=(i686 x86_64)
+arch=(any)
url="https://github.com/maandree/cmdipc"
license=('GPL3' 'custom:GFDL1.3')
depends=(python3 python-posix_ipc python-sysv-ipc argparser)
makedepends=(make sed zip texinfo)
install=cmdipc.install
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(5ea32e26bd31dd625e906663ce69b4531de6f616aa33dc244b9367ab9318bede)
+sha256sums=(47d8ac975a0728fb5d83497e3584c446e7789a8b1b7d3d3a01036a510a197b04)
build() {