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 fcffa8b4f842..3c5f6d5064da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: CuVoodoo <pcb-rnd@cuvoodoo.info>
pkgname=fungw
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="tiny, portable library written in C (C89) that manages dynamic function calls across different programming languages"
url="http://www.repo.hu/projects/fungw/"
@@ -14,7 +14,7 @@ optdepends=('lua' 'perl' 'tcl' 'python2' 'python' 'duktape' 'mujs' 'libmawk>=1.0
# there is no funlist package
# compilation against mruby fails because mruby is missing the -fPIC compile flag
source=("http://www.repo.hu/projects/$pkgname/releases/$pkgname-$pkgver.tar.gz")
-sha256sums=('0b1b9c281d5b9722b85ded2b793ff2c21c3b530484ef3c2276fc041ae2161f36')
+sha256sums=('dd1266713a3f8e0f86fe8942c5e565b786a3bffe42b331a6023d56c22ff002ae')
build() {
cd "$srcdir/$pkgname-$pkgver/"