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

Dan McGee dan at archlinux.org
Sun Sep 28 17:38:08 UTC 2014


    Date: Sunday, September 28, 2014 @ 19:38:07
  Author: dan
Revision: 223660

upgpkg: dash 0.5.8-1

Modified:
  dash/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-28 16:26:45 UTC (rev 223659)
+++ PKGBUILD	2014-09-28 17:38:07 UTC (rev 223660)
@@ -2,8 +2,8 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=dash
-pkgver=0.5.7
-pkgrel=4
+pkgver=0.5.8
+pkgrel=1
 pkgdesc="A POSIX compliant shell that aims to be as small as possible"
 arch=('i686' 'x86_64')
 url="http://gondor.apana.org.au/~herbert/dash/"
@@ -11,11 +11,16 @@
 depends=('glibc')
 install=dash.install
 source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6')
+sha1sums=('cd058935bba545427caa375337afe8a6309477d2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --bindir=/usr/bin --mandir=/usr/share/man --exec-prefix=""
+  ./configure \
+    --prefix=/usr \
+    --bindir=/usr/bin \
+    --mandir=/usr/share/man \
+    --exec-prefix="" \
+    --with-libedit
   make
 }
 



More information about the arch-commits mailing list