Date: Tuesday, January 24, 2023 @ 07:37:46
Author: grawlinson
Revision: 1388029
archrelease: copy trunk to community-x86_64
Added:
oil/repos/community-x86_64/PKGBUILD
(from rev 1388028, oil/trunk/PKGBUILD)
oil/repos/community-x86_64/oil.install
(from rev 1388028, oil/trunk/oil.install)
Deleted:
oil/repos/community-x86_64/PKGBUILD
oil/repos/community-x86_64/oil.install
-------------+
PKGBUILD | 74 +++++++++++++++++++++++++++++-----------------------------
oil.install | 24 +++++++++---------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-24 07:36:17 UTC (rev 1388028)
+++ PKGBUILD 2023-01-24 07:37:46 UTC (rev 1388029)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Yigit Sever <yigit at yigitsever dot com>
-# Contributor: Qontinuum <[email protected]>
-# Contributor: timetoplatypus <[email protected]>
-# Contributor: andychu <[email protected]>
-
-pkgname=oil
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='A new Unix shell'
-arch=('x86_64')
-url='https://www.oilshell.org'
-license=('Apache')
-depends=('readline')
-makedepends=('bash')
-replaces=('osh')
-install=oil.install
-options=('!lto' '!strip')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('5b1410c8c51d6cff5b0956c00ee297d482133ac0a3d216371c75b0d94ba8e542118930e2ce1f2a8afab74623932e6649fe4ba8a5bbe235df71cb28e5195e2cd7')
-b2sums=('5759ad1ca3b437ab554781a144a86d5c7102a302209ddea018a26bc85a00c776dee0b5f24a255ed091e5039514fe2b3c9c32857552dfcc7e48e4da569b8e287b')
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --datarootdir=/usr/share
-
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
Copied: oil/repos/community-x86_64/PKGBUILD (from rev 1388028,
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-24 07:37:46 UTC (rev 1388029)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Yigit Sever <yigit at yigitsever dot com>
+# Contributor: Qontinuum <[email protected]>
+# Contributor: timetoplatypus <[email protected]>
+# Contributor: andychu <[email protected]>
+
+pkgname=oil
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='A new Unix shell'
+arch=('x86_64')
+url='https://www.oilshell.org'
+license=('Apache')
+depends=('readline')
+makedepends=('bash')
+replaces=('osh')
+install=oil.install
+options=('!lto' '!strip')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+sha512sums=('935cc583933644aabe331b8452ce33aef65aaee3633b2f298bad0ec14ead9d88e90b9dc244a1b3385a03d50086bad3143c62161a6d9988d80441fc2b2fd6baa1')
+b2sums=('c58a328a76abfdd6e5224b2213ace4172f5a84ad208cf73520f31b5907f67c1e8a97df963c5aade8c7bfa7bba6c50ff42927769631a3a2a0fb81cf20f5496004')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --datarootdir=/usr/share
+
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
Deleted: oil.install
===================================================================
--- oil.install 2023-01-24 07:36:17 UTC (rev 1388028)
+++ oil.install 2023-01-24 07:37:46 UTC (rev 1388029)
@@ -1,12 +0,0 @@
-post_install() {
- grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
- grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
-}
Copied: oil/repos/community-x86_64/oil.install (from rev 1388028,
oil/trunk/oil.install)
===================================================================
--- oil.install (rev 0)
+++ oil.install 2023-01-24 07:37:46 UTC (rev 1388029)
@@ -0,0 +1,12 @@
+post_install() {
+ grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
+ grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
+}