[arch-commits] Commit in rlwrap/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 6 20:32:08 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:32:07
  Author: foutrelis
Revision: 194801

Fetch source tarball from GitHub

Modified:
  rlwrap/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 20:31:40 UTC (rev 194800)
+++ PKGBUILD	2016-11-06 20:32:07 UTC (rev 194801)
@@ -10,12 +10,17 @@
 pkgrel=2
 pkgdesc="Adds readline-style editing and history to programs."
 arch=('i686' 'x86_64')
-url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
+url="https://github.com/hanslub42/rlwrap"
 license=('GPL')
 depends=('perl')
-source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1e04a9dcc0672b02806cc63a0338176a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/hanslub42/rlwrap/archive/v$pkgver.tar.gz)
+md5sums=('6db341971cdb8bedfecf0a293e7cfff4')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -vi
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr



More information about the arch-commits mailing list