summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0820a259d1b..95e098180d2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alastair Pharo <asppsa at gmail dot com>
pkgname=pure-ffi
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc="An interface to libffi which enables you to call C functions from Pure and vice versa."
arch=("i686" "x86_64")
@@ -11,7 +11,7 @@ depends=('pure' 'libffi')
makedepends=()
groups=(pure-complete pure-util)
source=("https://github.com/agraef/pure-lang/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('36a147d2a9641836eefccdec2c7ce51985650702')
+sha1sums=('71afaa663aacaa4a1b25281a5b4612c82b4972e8')
build() {
cd $srcdir/$pkgname-$pkgver