summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa6092e88aad..a3ffb5577a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: GI_Jack <iamjacksemail@hackermail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: GI_Jack <iamjacksemail@hackermail.com>
pkgname=ctypes-sh
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="ctypes.sh is a bash plugin that allows you to call routines in shared libraries from within bash"
arch=('i686' 'x86_64')
@@ -9,7 +10,7 @@ url="https://github.com/taviso/ctypes.sh/wiki"
license=('MIT')
depends=('bash' 'libffi')
source=("https://github.com/taviso/ctypes.sh/releases/download/v${pkgver}/ctypes-sh-${pkgver}.tar.gz")
-sha256sums=('f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297')
+sha256sums=('8896334f5fa88f656057bff807ec6921c8f76fc6de801d996d2057fcb18b3a68')
build() {
cd "$pkgname-$pkgver"