[arch-commits] Commit in oil/repos/community-x86_64 (4 files)

George Rawlinson grawlinson at gemini.archlinux.org
Mon Sep 5 03:28:20 UTC 2022


    Date: Monday, September 5, 2022 @ 03:28:20
  Author: grawlinson
Revision: 1292960

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1292959, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1292959, 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-05 03:27:24 UTC (rev 1292959)
+++ PKGBUILD	2022-09-05 03:28:20 UTC (rev 1292960)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Yigit Sever <yigit at yigitsever dot com>
-# Contributor: Qontinuum <qontinuum at artixlinux.org>
-# Contributor: timetoplatypus <timetoplatypus at protonmail.com>
-# Contributor: andychu <andy at oilshell.org>
-
-pkgname=oil
-pkgver=0.12.4
-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=('1083be4730f63ebde9d7214339552e0132dfc9e27b76f9c78f7c5d88b25d61bf06a3031b370ad42fae3cae85b714b9669d9e1929fa9a6bd797d351e68cb452a8')
-b2sums=('1e0e81b67f40635dddd47ee1de8d3ecbfa74ac0fadd54798a18c1a8b2d05dd9af43d385b21d772fd5afcfb84edf8857de0b969c09eb9030114f604b97051ec32')
-
-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 1292959, oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-05 03:28:20 UTC (rev 1292960)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Yigit Sever <yigit at yigitsever dot com>
+# Contributor: Qontinuum <qontinuum at artixlinux.org>
+# Contributor: timetoplatypus <timetoplatypus at protonmail.com>
+# Contributor: andychu <andy at oilshell.org>
+
+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
+}

Deleted: oil.install
===================================================================
--- oil.install	2022-09-05 03:27:24 UTC (rev 1292959)
+++ oil.install	2022-09-05 03:28:20 UTC (rev 1292960)
@@ -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 1292959, oil/trunk/oil.install)
===================================================================
--- oil.install	                        (rev 0)
+++ oil.install	2022-09-05 03:28:20 UTC (rev 1292960)
@@ -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
+}



More information about the arch-commits mailing list