summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 20:43:50 +0200
committerGoliathLabs2020-06-11 20:43:50 +0200
commit7552b2d3e0670a8fcdfd10382d2c6df45f5dacaf (patch)
treec82e253b8520c0a6f9b4ab51d84df6115560c81e
parentf20a78e0dd2a955112b2eb2e6b90534e5f2f6023 (diff)
downloadaur-7552b2d3e0670a8fcdfd10382d2c6df45f5dacaf.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c791fd06c88b..a8a6f10056b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = next-browser
pkgdesc = Keyboard-oriented, Common Lisp extensible web-browser
pkgver = 1.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://next.atlas.engineer
arch = i686
arch = x86_64
@@ -18,10 +18,11 @@ pkgbase = next-browser
optdepends = gst-plugins-good: for HTML5 audio/video
optdepends = gst-plugins-bad: for HTML5 audio/video
optdepends = gst-plugins-ugly: for HTML5 audio/video
+ conflicts = nyxt-browser
options = !strip
options = !makeflags
source = next-browser-1.5.0.tar.gz::https://github.com/atlas-engineer/next/archive/1.5.0.tar.gz
- sha512sums = 743a3ad55b8e30d30e1676a7303a6ecd0df87cf28ca1a10cd5a73ecb04bfd5432aadb9d48029c99c7dde6e0dc2f1b94a9a50dc16e17efce829b9b4d3685846c9
+ sha512sums = a5394b2a7177c8472d5029c1cb040aa3b2445f918a31e4d36cfc55b53154e9659ae4bae0a9bdf26639e803968c99206e1096e1cfb4bbd9a4c2d11ce609ed804c
pkgname = next-browser
diff --git a/PKGBUILD b/PKGBUILD
index ab43254b2172..2adc185327e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=next-browser
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://next.atlas.engineer"
license=('custom:BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/atlas-engineer/next/archive/$pkgver.tar.gz")
-sha512sums=('743a3ad55b8e30d30e1676a7303a6ecd0df87cf28ca1a10cd5a73ecb04bfd5432aadb9d48029c99c7dde6e0dc2f1b94a9a50dc16e17efce829b9b4d3685846c9')
+sha512sums=('a5394b2a7177c8472d5029c1cb040aa3b2445f918a31e4d36cfc55b53154e9659ae4bae0a9bdf26639e803968c99206e1096e1cfb4bbd9a4c2d11ce609ed804c')
# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('sbcl' 'cl-asdf')
depends=('webkit2gtk' 'sqlite' 'glib-networking' 'gsettings-desktop-schemas' 'libfixposix')
@@ -18,6 +18,7 @@ optdepends=('gstreamer: 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')
+conflicts=('nyxt-browser')
# Binary will not run otherwise.
options=('!strip' '!makeflags')