[arch-commits] Commit in dash/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Aug 26 17:04:52 UTC 2018
Date: Sunday, August 26, 2018 @ 17:04:52
Author: anthraxx
Revision: 333040
upgpkg: dash 0.5.10.2-1
Modified:
dash/trunk/PKGBUILD
----------+
PKGBUILD | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 15:47:45 UTC (rev 333039)
+++ PKGBUILD 2018-08-26 17:04:52 UTC (rev 333040)
@@ -1,20 +1,21 @@
-# $Id$
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Maintainer: Dan McGee <dan at archlinux.org>
pkgname=dash
-pkgver=0.5.9.1
+pkgver=0.5.10.2
pkgrel=1
-pkgdesc="A POSIX compliant shell that aims to be as small as possible"
+pkgdesc='POSIX compliant shell that aims to be as small as possible'
+url='http://gondor.apana.org.au/~herbert/dash/'
arch=('x86_64')
-url="http://gondor.apana.org.au/~herbert/dash/"
license=('BSD')
depends=('glibc')
install=dash.install
-source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('7b9cb47fc2a007c26fedc99d22a7fc1dc2f5f914')
+source=(http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071')
+sha512sums=('0ae29be77794df0ba254967649b9728611a75fbb3acd32ab6634d76399d1ce97c7d12d31da465482a7e4f3207093415c496c39525cace9b78ab3cb9444dd7640')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--bindir=/usr/bin \
@@ -25,9 +26,7 @@
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
-
- # license
- install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
More information about the arch-commits
mailing list