summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortocic2023-02-08 12:32:59 +0300
committertocic2023-02-08 12:32:59 +0300
commit75ce9a2e9b3adb73c20e28bad6fd9a1b939fe6fe (patch)
treee1afd6fa9664e4e551f48c893e354b5658ff8440 /PKGBUILD
parentbf73ed3f444bdfeb4831a3bb784688d7e11abf19 (diff)
downloadaur-75ce9a2e9b3adb73c20e28bad6fd9a1b939fe6fe.tar.gz
Fix the URL to a certified one
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c11c581f2e42..9f76a6acd77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=6.1.0
pkgrel=2
pkgdesc="An embedded scripting language for C++"
arch=("x86_64")
-url="https://www.chaiscript.com"
+url="https://chaiscript.com"
license=("BSD")
depends=("gcc-libs")
makedepends=("cmake")