summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 19:20:20 +0100
committerFelix Golatofski2020-02-10 19:20:20 +0100
commit7f9306894e8ff70cece2b79c5488679f6f29acea (patch)
tree65c1c8dcbd553812bb93b404504fd34973b5f23a
parent5cd32817bf1788e30384c22ba713b7fb6ce9ce29 (diff)
downloadaur-7f9306894e8ff70cece2b79c5488679f6f29acea.tar.gz
Updated to 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59bc7a3ccd70..cc828db53f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jun 8 15:27:04 UTC 2016
pkgbase = ctypes-sh
pkgdesc = ctypes.sh is a bash plugin that allows you to call routines in shared libraries from within bash
- pkgver = 0.1
+ pkgver = 1.1
pkgrel = 1
url = http://ctypes.sh/
arch = i686
@@ -10,8 +8,8 @@ pkgbase = ctypes-sh
license = MIT
depends = bash
depends = libffi
- source = https://github.com/taviso/ctypes.sh/releases/download/v0.01/ctypes-sh-0.1.tar.gz
- sha256sums = 6e4555c051e0e1408792f41a7f9df63ecbbc5a7c4f6a70580f8d4e64615173a5
+ source = https://github.com/taviso/ctypes.sh/releases/download/v1.1/ctypes-sh-1.1.tar.gz
+ sha256sums = f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297
pkgname = ctypes-sh
diff --git a/PKGBUILD b/PKGBUILD
index 59ce3ddfc48d..eb4ba3ea41e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: GI_Jack <iamjacksemail@hackermail.com>
pkgname=ctypes-sh
-pkgver=0.1
+pkgver=1.1
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')
url="http://ctypes.sh/"
license=('MIT')
depends=('bash' 'libffi')
-source=("https://github.com/taviso/ctypes.sh/releases/download/v0.01/ctypes-sh-${pkgver}.tar.gz")
-sha256sums=('6e4555c051e0e1408792f41a7f9df63ecbbc5a7c4f6a70580f8d4e64615173a5')
+source=("https://github.com/taviso/ctypes.sh/releases/download/v${pkgver}/ctypes-sh-${pkgver}.tar.gz")
+sha256sums=('f7c8276b556101c51838296560d152fdcd96b860254a38d216b92986f31f8297')
build() {
cd "$pkgname-$pkgver"