summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 16:06:56 +0200
committerGoliathLabs2020-07-12 16:06:56 +0200
commit16be439607f38f68fec1cad32deaa479d2a82d52 (patch)
tree6033c74426ed88639770edfdc85d06e8e0fc7267
parentd42461efda38ad2f6f15b87a11c5bd50866246a6 (diff)
downloadaur-ctypes-sh.tar.gz
Updated: 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b97b62674528..e6aa52ae131d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctypes-sh
pkgdesc = ctypes.sh is a bash plugin that allows you to call routines in shared libraries from within bash
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/taviso/ctypes.sh/wiki
arch = i686
@@ -8,8 +8,8 @@ pkgbase = ctypes-sh
license = MIT
depends = bash
depends = libffi
- source = https://github.com/taviso/ctypes.sh/releases/download/v1.1/ctypes-sh-1.1.tar.gz
- sha256sums = f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297
+ source = https://github.com/taviso/ctypes.sh/releases/download/v1.2/ctypes-sh-1.2.tar.gz
+ sha256sums = 8896334f5fa88f656057bff807ec6921c8f76fc6de801d996d2057fcb18b3a68
pkgname = ctypes-sh
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"