summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-06-09 09:03:49 +0200
committerHans-Nikolai Viessmann2019-06-09 09:03:49 +0200
commit0927177da865d01b34d4e164e4cabdd24bc62238 (patch)
tree035d8145cee4372998f927046cdd53ce574fec97
parent999a7ef1a9b182798a6dd8edb053a9ec42bd7268 (diff)
downloadaur-0927177da865d01b34d4e164e4cabdd24bc62238.tar.gz
bump version to 0.6.pre21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e686db03d3..128078b60167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.6.pre16
+ pkgver = 0.6.pre21
pkgrel = 1
url = http://www.oilshell.org/
arch = x86_64
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.6.pre16.tar.xz
- sha256sums = ccc34f4e4723052d93018efd1bcbeb1c080f0af1cbfc5a9b4f50d0ea4ad0cf90
+ source = https://www.oilshell.org/download/oil-0.6.pre21.tar.xz
+ sha256sums = 98db3d968de9f0b94950355ccdefc5165bd41b48089e82b92cacff0720054b58
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 3a63572d6a41..c3a11dbc91c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.6.pre16
+pkgver=0.6.pre21
pkgrel=1
pkgdesc='Oil, a new unix shell'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('readline')
license=('APACHE')
options=(!strip)
source=("https://www.oilshell.org/download/oil-${pkgver}.tar.xz")
-sha256sums=('ccc34f4e4723052d93018efd1bcbeb1c080f0af1cbfc5a9b4f50d0ea4ad0cf90')
+sha256sums=('98db3d968de9f0b94950355ccdefc5165bd41b48089e82b92cacff0720054b58')
build() {
cd "oil-$pkgver"
@@ -21,7 +21,7 @@ build() {
package() {
cd "oil-$pkgver"
- # make install is faked...
+ # the install script doesn't support DESTDIR
install -Dm755 _bin/oil.ovm "$pkgdir/usr/bin/oil.ovm"
ln -s /usr/bin/oil.ovm "$pkgdir/usr/bin/osh"
ln -s /usr/bin/oil.ovm "$pkgdir/usr/bin/oshc"