Date: Friday, October 21, 2022 @ 07:05:26
  Author: grawlinson
Revision: 1333048

archrelease: copy trunk to community-x86_64

Added:
  rlwrap/repos/community-x86_64/PKGBUILD
    (from rev 1333047, rlwrap/trunk/PKGBUILD)
Deleted:
  rlwrap/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-21 07:04:48 UTC (rev 1333047)
+++ PKGBUILD    2022-10-21 07:05:26 UTC (rev 1333048)
@@ -1,40 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: wizzomafizzo <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: Benjamin Andresen <benny AT klapmuetz DOT org>
-# Contributor: Douglas Thrift <[email protected]>
-
-pkgname=rlwrap
-pkgver=0.45.2
-pkgrel=1
-pkgdesc="Adds readline-style editing and history to programs."
-arch=('x86_64')
-url="https://github.com/hanslub42/rlwrap";
-license=('GPL')
-depends=('glibc' 'readline' 'ncurses' 'perl')
-optdepends=('python: filters')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4')
-b2sums=('38e54ab87b0530e49cb736072825441f638aa4ed4b22b0f30c7243f5f8ac7b439e3a75784d6a4eed051bf367d15ac3b576109663ddf3fc082171a73c5af7c11e')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: rlwrap/repos/community-x86_64/PKGBUILD (from rev 1333047, 
rlwrap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-21 07:05:26 UTC (rev 1333048)
@@ -0,0 +1,40 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: wizzomafizzo <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: Benjamin Andresen <benny AT klapmuetz DOT org>
+# Contributor: Douglas Thrift <[email protected]>
+
+pkgname=rlwrap
+pkgver=0.46
+pkgrel=1
+pkgdesc='Adds readline-style editing and history to programs'
+arch=('x86_64')
+url='https://github.com/hanslub42/rlwrap'
+license=('GPL')
+depends=('glibc' 'readline' 'ncurses' 'perl')
+optdepends=('python: filters')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('407cbfae8aae6042726572e6950c8e3439ee6eaa7a909fd3a7001d3e8725461c811f670b98f11e89a932624a82ab62767867355c8161e30b852e995398d72e5c')
+b2sums=('e6a6193a3956c8e7f262da2eae85d8b679267888e0641f5aefd381a92a49d445083c2280cb7db7c74faff8a762875ee425b0fc399beeb553f6109812fe64b83d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Reply via email to