Date: Monday, April 10, 2023 @ 07:20:24
  Author: grawlinson
Revision: 1443771

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
    (from rev 1443770, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
    (from rev 1443770, 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-04-10 07:19:30 UTC (rev 1443770)
+++ PKGBUILD    2023-04-10 07:20:24 UTC (rev 1443771)
@@ -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.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=('3b4828954e47e981fe1afd3ddb29150d42db1d596526089616d72e2dbf57cdcdf85fa24026d9028384570deb9dc24b8a62cdcc946274b2177de8463103881f0e')
-b2sums=('80aec74727a1f95c545a5bfafe2b300b04bde5b9ec63ea1f15a5b628205fc33a7f64dbaa1a130fd463f9e7c5f81ac7987c1c8e5de70ccd90d80eff8ea7673fbc')
-
-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 1443770, 
oil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 07:20:24 UTC (rev 1443771)
@@ -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.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
+}

Deleted: oil.install
===================================================================
--- oil.install 2023-04-10 07:19:30 UTC (rev 1443770)
+++ oil.install 2023-04-10 07:20:24 UTC (rev 1443771)
@@ -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 1443770, 
oil/trunk/oil.install)
===================================================================
--- oil.install                         (rev 0)
+++ oil.install 2023-04-10 07:20:24 UTC (rev 1443771)
@@ -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