summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDct Mei2022-03-31 23:09:19 +0800
committerDct Mei2022-03-31 23:13:06 +0800
commit87da02b217d67f4a1ca00b857280c6167a9c81f8 (patch)
tree1ed563af0596041b127bb1b910946d16a9532bf6
parent26c1bae327ecdca10589b962bfd28ff687c187be (diff)
downloadaur-87da02b217d67f4a1ca00b857280c6167a9c81f8.tar.gz
feat: v2.2.4-2
1. webkit2gtk to webkit2gtk-4.1 . 2. Add i686 and aarch64 architectures. thanks e-v
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f9f0bdcaaf..9332cffda5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = nyxt
pkgdesc = A keyboard-oriented, infinitely extensible web browser designed for power users
pkgver = 2.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/atlas-engineer/nyxt
+ arch = i686
arch = x86_64
+ arch = aarch64
license = custom:BSD
makedepends = cl-asdf
makedepends = git
@@ -14,14 +16,13 @@ pkgbase = nyxt
depends = gobject-introspection-runtime
depends = gsettings-desktop-schemas
depends = libfixposix
- depends = webkit2gtk
+ depends = webkit2gtk-4.1
optdepends = gstreamer: for HTML5 audio/video
optdepends = gst-plugins-base: for HTML5 audio/video
optdepends = gst-plugins-good: for HTML5 audio/video
optdepends = gst-plugins-bad: for HTML5 audio/video
optdepends = gst-plugins-ugly: for HTML5 audio/video
provides = nyxt-browser
- provides = next-browser
conflicts = nyxt-browser
options = !strip
options = !makeflags
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')