summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-12 13:14:26 +0200
committerGoliathLabs2020-06-12 13:14:26 +0200
commit714c8be70011570a447e7fa88c450496567fd197 (patch)
treee3f72a1eab6c3082f7298b888dc0226955457e3c
parent7552b2d3e0670a8fcdfd10382d2c6df45f5dacaf (diff)
downloadaur-next-browser.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8a6f10056b4..e3cb1fa1807b 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 = 3
+ pkgrel = 4
url = https://next.atlas.engineer
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2adc185327e5..fb4b992843a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=next-browser
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://next.atlas.engineer"
@@ -23,12 +23,12 @@ conflicts=('nyxt-browser')
options=('!strip' '!makeflags')
build() {
- cd ${pkgname%-browser}-$pkgver
+ cd nyxt-$pkgver
make all
}
package() {
- cd ${pkgname%-browser}-$pkgver
+ cd nyxt-$pkgver
make install PREFIX=/usr DESTDIR="$pkgdir"
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}