summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcjber2020-06-10 16:00:50 +0100
committercjber2020-06-10 16:00:50 +0100
commit5da94312a51194086f6d7588dcb6f6c0293e1211 (patch)
treeec1b7abfad8f157ed8e6ae50390bddfc59167da6 /PKGBUILD
parentd2c2b5b80e88e62572e86bc449b61cfdd32f3d92 (diff)
downloadaur-next-browser-git.tar.gz
change source to nyxt because of name change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40e046bdae08..253d624feab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=1.1.0.14.gc645350
pkgrel=1
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
-url="https://next.atlas.engineer"
+url="https://nyxt.atlas.engineer"
license=('BSD-3')
conflicts=('next-browser')
provides=('next-browser')
-source=(${_pkgname}::git+https://source.atlas.engineer/public/next)
+source=(${_pkgname}::git+https://source.atlas.engineer/public/nyxt)
sha256sums=('SKIP')
# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('git' 'sbcl' 'cl-asdf')