Date: Saturday, September 24, 2022 @ 08:02:57
  Author: grawlinson
Revision: 1309261

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1309260, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1309260, 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    2022-09-24 08:01:12 UTC (rev 1309260)
+++ PKGBUILD    2022-09-24 08:02:57 UTC (rev 1309261)
@@ -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.12.5
-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=('acbcdec25a2e40a157a82000feb75ea5edb135093b1afddb0bb3a990801d94cc27e1e6f9ba8263660f1b162071fba8ec41509a26be33e0d85ef587ade8366ccc')
-b2sums=('665a7d85f320c43a508ec9bee49336fbde1ed636c5eb0765ffefabf4cf01650b5fb9a76b9fe46d3a4baffa31727541387afee2c64c1e4bb2e959737ccb844796')
-
-build() {
-       cd "$pkgname-$pkgver"
-
-       ./configure \
-    --prefix=/usr \
-    --with-readline
-
-       make
-}
-
-package() {
-       cd "$pkgname-$pkgver"
-
-       make DESTDIR="$pkgdir" install
-}

Copied: oil/repos/community-x86_64/PKGBUILD (from rev 1309260, 
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-24 08:02:57 UTC (rev 1309261)
@@ -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.12.6
+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=('ad48448b55b868286e34d82795d4783b0ba200877755cf34b7d95df1683af5cf53e22233528be8cecdf434643cc7d5179ca960b812202cfed5b3ec152bbc296e')
+b2sums=('bf36e2eb81dcf7fcd78f7e73bcaa7251b4fa72dc5878ddc380b89e6eb49350984562dd13a1940f4360c237fa8cae1d88ef310cf3a69b71ba91b77528c19a1d9a')
+
+build() {
+       cd "$pkgname-$pkgver"
+
+       ./configure \
+    --prefix=/usr \
+    --with-readline
+
+       make
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===================================================================
--- oil.install 2022-09-24 08:01:12 UTC (rev 1309260)
+++ oil.install 2022-09-24 08:02:57 UTC (rev 1309261)
@@ -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 1309260, 
oil/trunk/oil.install)
===================================================================
--- oil.install                         (rev 0)
+++ oil.install 2022-09-24 08:02:57 UTC (rev 1309261)
@@ -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