Date: Thursday, May 11, 2023 @ 20:39:52
  Author: grawlinson
Revision: 1459984

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1459983, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1459983, 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-05-11 20:36:17 UTC (rev 1459983)
+++ PKGBUILD    2023-05-11 20:39:52 UTC (rev 1459984)
@@ -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.14.2
-pkgrel=1
-pkgdesc='A new Unix shell'
-arch=('x86_64')
-url='https://www.oilshell.org'
-license=('Apache')
-depends=('glibc' 'readline')
-makedepends=('bash')
-replaces=('osh')
-install=oil.install
-options=('!lto' '!strip')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('2a43b155e51e345fb25f6515eaf7c09a1c2dbb497935551943839e38d464f598f14f1c97f51b757f4a9d18229d92bcb65c328f46679b77f9b2210b0c6bbd7786')
-b2sums=('b18cd14937169aaea9ac9160be215f293a1923219c1187f2e5ebc027386b44f0530bc8b93110f47cef5b361677501b14bf1efe1b5bb0c062b4d0d23bf9e62b4d')
-
-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 1459983, 
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-11 20:39:52 UTC (rev 1459984)
@@ -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.15.0
+pkgrel=1
+pkgdesc='A new Unix shell'
+arch=('x86_64')
+url='https://www.oilshell.org'
+license=('Apache')
+depends=('glibc' 'readline')
+makedepends=('bash')
+replaces=('osh')
+install=oil.install
+options=('!lto' '!strip')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+sha512sums=('4c803224a932b1c2b21da9c780d5043379bc3690a6daacdf6434a22dfe6faedbabe3b35e230bb7484159582437481deb5248186df3e4ee7f5c5e1593288fa731')
+b2sums=('8aeaae2030dd430cb609261076651fa0c062995e0c3cae6994a0d8bd696ecf65ad14e6f4ae7c3f9548bfda9a88eaf8183f5b63f3e0dd6a9186e25dd1235744ab')
+
+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-05-11 20:36:17 UTC (rev 1459983)
+++ oil.install 2023-05-11 20:39:52 UTC (rev 1459984)
@@ -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 1459983, 
oil/trunk/oil.install)
===================================================================
--- oil.install                         (rev 0)
+++ oil.install 2023-05-11 20:39:52 UTC (rev 1459984)
@@ -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
+}

Reply via email to