summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c345125e8aa6..c13463a5823a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,20 @@
pkgname=nyxt
pkgver=2.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A keyboard-oriented, infinitely extensible web browser designed for power users"
-arch=('x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/atlas-engineer/nyxt"
license=('custom:BSD')
-depends=('enchant' 'glib-networking' 'gobject-introspection-runtime' 'gsettings-desktop-schemas' 'libfixposix' 'webkit2gtk')
-# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
+depends=('enchant' 'glib-networking' 'gobject-introspection-runtime' 'gsettings-desktop-schemas' 'libfixposix' 'webkit2gtk-4.1')
+# If someday Nyxt works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('cl-asdf' 'git' 'gobject-introspection-runtime' 'sbcl')
optdepends=('gstreamer: for HTML5 audio/video'
'gst-plugins-base: for HTML5 audio/video'
'gst-plugins-good: for HTML5 audio/video'
'gst-plugins-bad: for HTML5 audio/video'
'gst-plugins-ugly: for HTML5 audio/video')
-provides=('nyxt-browser' 'next-browser')
+provides=('nyxt-browser')
conflicts=('nyxt-browser')
# Binary will not run otherwise.
options=('!strip' '!makeflags')