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

Levente Polyak anthraxx at archlinux.org
Wed Jan 13 20:42:38 UTC 2021


    Date: Wednesday, January 13, 2021 @ 20:42:37
  Author: anthraxx
Revision: 406192

upgpkg: dash 0.5.11.3-1: adding libedit support back

Fixes FS#36346

Modified:
  dash/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 20:37:18 UTC (rev 406191)
+++ PKGBUILD	2021-01-13 20:42:37 UTC (rev 406192)
@@ -1,18 +1,18 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
 
 pkgname=dash
-pkgver=0.5.11.2
+pkgver=0.5.11.3
 pkgrel=1
 pkgdesc='POSIX compliant shell that aims to be as small as possible'
 url='http://gondor.apana.org.au/~herbert/dash/'
 arch=('x86_64')
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'libedit' 'libedit.so')
 install=dash.install
 source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('851abffe9087c79f580801b323cc1c26ca5a370a34ca4aa241f47802ba645fe854f8623a0f81e0e14f05b7b824828bace22901ac4ad77d7ce4630cb5368243c2')
-b2sums=('7a7e86e226e646adaddaf2e5bcc86c8c1ef72649851709c1aa77ce819924d6b9729dd37a2a443586849eb32a961ac7f253cfcf2c2bb9c01c1a2d7bfdcebac97d')
+sha512sums=('de81dd2153a85fe3599b1388636dba4111c35934195b7f912e15ab8aa56cdd7564fc734cb8e01b9def5a0774f8427f7e9281b288a7e83e2c6ae2dd32ce1dda6e')
+b2sums=('7615048df9131d78bc300ecb905513cfe544655a27ffcd8878f0651702674b5bdd42b3e20bbd942af48d4a8e28af51a6e5433bde34513042f6887beee59d6b91')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list