summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osh/.SRCINFO6
-rw-r--r--osh/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/osh/.SRCINFO b/osh/.SRCINFO
index 05350fa..a6d662a 100644
--- a/osh/.SRCINFO
+++ b/osh/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = osh 1pkgbase = osh
2 pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python 2 pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python
3 pkgver = 0.9.3 3 pkgver = 0.9.4
4 pkgrel = 1 4 pkgrel = 1
5 url = https://www.oilshell.org/ 5 url = https://www.oilshell.org/
6 arch = any 6 arch = any
7 license = Apache 7 license = Apache
8 optdepends = readline: interactive features 8 optdepends = readline: interactive features
9 options = !strip 9 options = !strip
10 source = https://www.oilshell.org/download/oil-0.9.3.tar.xz 10 source = https://www.oilshell.org/download/oil-0.9.4.tar.xz
11 sha256sums = 62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda 11 sha256sums = fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02
12 12
13pkgname = osh 13pkgname = osh
diff --git a/osh/PKGBUILD b/osh/PKGBUILD
index 11a757f..b862ba8 100644
--- a/osh/PKGBUILD
+++ b/osh/PKGBUILD
@@ -4,7 +4,7 @@
4# Contributor: andychu <andy@oilshell.org> 4# Contributor: andychu <andy@oilshell.org>
5 5
6pkgname=osh 6pkgname=osh
7pkgver=0.9.3 7pkgver=0.9.4
8pkgrel=1 8pkgrel=1
9pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" 9pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python"
10arch=('any') 10arch=('any')
@@ -13,7 +13,7 @@ license=("Apache")
13options=(!strip) 13options=(!strip)
14optdepends=("readline: interactive features") 14optdepends=("readline: interactive features")
15source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") 15source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz")
16sha256sums=('62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda') 16sha256sums=('fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02')
17 17
18prepare() { 18prepare() {
19 mkdir -p tmp 19 mkdir -p tmp