summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 20:45:49 +0200
committerGoliathLabs2020-06-11 20:45:49 +0200
commit0bf42c07c707e4752061eb657f99a09b229c315b (patch)
treec14152489c6ad4c2e2cf0d0c5ce8dba1e66ba5a6
parentf5118be8a7d5198f99b2535c66a8ef056b2e3334 (diff)
downloadaur-0bf42c07c707e4752061eb657f99a09b229c315b.tar.gz
Updated: conflicts/provides/replaces
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edcc5e599a8c..b38c4ed179a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nyxt-browser
pkgdesc = Keyboard-oriented, Common Lisp extensible web-browser
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://nyxt.atlas.engineer
arch = i686
arch = x86_64
@@ -18,6 +18,9 @@ pkgbase = nyxt-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
+ provides = next-browser
+ conflicts = next-browser
+ replaces = next-browser
options = !strip
options = !makeflags
source = nyxt-browser-1.5.0.tar.gz::https://github.com/atlas-engineer/nyxt/archive/1.5.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3dcc674d78ea..6592f182e934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=nyxt-browser
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://nyxt.atlas.engineer"
@@ -20,6 +20,9 @@ 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=('next-browser')
+provides=('next-browser')
+replaces=('next-browser')
# Binary will not run otherwise.
options=('!strip' '!makeflags')