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

Kyle Keen kkeen at nymeria.archlinux.org
Sat May 10 16:51:36 UTC 2014


    Date: Saturday, May 10, 2014 @ 18:51:36
  Author: kkeen
Revision: 110956

upgpkg: rlwrap 0.40-1

Modified:
  rlwrap/trunk/ChangeLog
  rlwrap/trunk/PKGBUILD

-----------+
 ChangeLog |    2 ++
 PKGBUILD  |   16 +++++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2014-05-10 15:28:56 UTC (rev 110955)
+++ ChangeLog	2014-05-10 16:51:36 UTC (rev 110956)
@@ -1,3 +1,5 @@
+2014-05-10 Kyle Keen <keenerd at gmail.com>
+* Updated to 0.40
 2008-03-21 partition <heniekk at gmail.com>
 * Updated to 0.30
 2007-06-28 tardo <tardo at nagi-fanboi.net>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-10 15:28:56 UTC (rev 110955)
+++ PKGBUILD	2014-05-10 16:51:36 UTC (rev 110956)
@@ -6,25 +6,23 @@
 # Contributor: Douglas Thrift <douglas at douglasthrift.net>
 
 pkgname=rlwrap
-pkgver=0.37
-pkgrel=2
-pkgdesc="A 'readline wrapper'"
+pkgver=0.40
+pkgrel=1
+pkgdesc="Adds readline-style editing and history to programs."
 arch=('i686' 'x86_64')
 url="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
 license=('GPL')
 depends=('perl')
 source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('04cd6e2c257eb5a86b297f2ebf91dbbf')
+md5sums=('2488052579d05aeef68e746ad35c7a55')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list