summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDct Mei2022-03-31 23:09:19 +0800
committerDct Mei2022-03-31 23:13:06 +0800
commit87da02b217d67f4a1ca00b857280c6167a9c81f8 (patch)
tree1ed563af0596041b127bb1b910946d16a9532bf6 /PKGBUILD
parent26c1bae327ecdca10589b962bfd28ff687c187be (diff)
downloadaur-nyxt.tar.gz
feat: v2.2.4-2
1. webkit2gtk to webkit2gtk-4.1 . 2. Add i686 and aarch64 architectures. thanks e-v
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')