summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwoFinger2023-09-29 16:43:33 +0800
committerTwoFinger2023-09-29 16:43:33 +0800
commit2c9b420e271bd344e921bbcabf23c8b226e3055f (patch)
tree883178df80799ed98a9e978d2e6394f0324afe7c
parente9355c3df2eeec88262b2dacf9473d05e5a7eb75 (diff)
downloadaur-2c9b420e271bd344e921bbcabf23c8b226e3055f.tar.gz
drop the www. (certificate is for picolisp.com)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0695cd8d6922..e7ee0d288bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = picolisp
pkgdesc = Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines).
pkgver = 23.6
- pkgrel = 3
- url = https://www.picolisp.com
+ pkgrel = 4
+ url = https://picolisp.com
arch = x86_64
license = MIT
makedepends = clang
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')