summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTwoFinger2023-09-29 16:40:16 +0800
committerTwoFinger2023-09-29 16:40:16 +0800
commite9355c3df2eeec88262b2dacf9473d05e5a7eb75 (patch)
treeb0c306610d4847a824db7a609a6dfb836ecce7c1 /PKGBUILD
parentd304245e913b183b98038b768d83f4a530c8b99a (diff)
downloadaur-e9355c3df2eeec88262b2dacf9473d05e5a7eb75.tar.gz
use https:// in the upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c32116f54c2..c2dcee1fadcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
pkgver=23.6
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
-url="http://www.picolisp.com"
+url="https://www.picolisp.com"
arch=('x86_64')
license=('MIT')
depends=('openssl' 'libffi' 'readline' 'ncurses')