summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTwoFinger2022-01-13 20:19:40 +0200
committerTwoFinger2022-01-13 20:19:40 +0200
commite8c1de2995dfc631d8e76d89ca85cbf3391479fa (patch)
treebeeae4a3842bb13bd12106de67ee01c3ec666d7a /PKGBUILD
parentbea245d25d44c05a6e9b9d0880e786c30b6dd504 (diff)
downloadaur-e8c1de2995dfc631d8e76d89ca85cbf3391479fa.tar.gz
Version 21.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11ceebd8914d..e6a8674089c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: TwoFinger
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
-pkgver=21.6
-pkgrel=3
+pkgver=21.12
+pkgrel=1
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
url="http://www.picolisp.com"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssl' 'libffi' 'readline' 'ncurses')
makedepends=('clang' 'llvm')
source=("https://software-lab.de/picoLisp-$pkgver.tgz")
-md5sums=("099847a7a17f60692bcbc5493470d231")
+md5sums=("180cc57fbf64b6e6fc8042439ce4a30a")
build() {
cd $srcdir/pil21/src