summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTwoFinger2023-09-29 16:43:33 +0800
committerTwoFinger2023-09-29 16:43:33 +0800
commit2c9b420e271bd344e921bbcabf23c8b226e3055f (patch)
tree883178df80799ed98a9e978d2e6394f0324afe7c /PKGBUILD
parente9355c3df2eeec88262b2dacf9473d05e5a7eb75 (diff)
downloadaur-2c9b420e271bd344e921bbcabf23c8b226e3055f.tar.gz
drop the www. (certificate is for picolisp.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2dcee1fadcd..4c3cb5109997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
pkgver=23.6
-pkgrel=3
+pkgrel=4
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
-url="https://www.picolisp.com"
+url="https://picolisp.com"
arch=('x86_64')
license=('MIT')
depends=('openssl' 'libffi' 'readline' 'ncurses')