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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Jan 29 22:20:59 UTC 2022


    Date: Saturday, January 29, 2022 @ 22:20:59
  Author: jelle
Revision: 435404

Update and add debug package

Modified:
  dash/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 22:14:17 UTC (rev 435403)
+++ PKGBUILD	2022-01-29 22:20:59 UTC (rev 435404)
@@ -2,7 +2,7 @@
 # Contributor: Dan McGee <dan at archlinux.org>
 
 pkgname=dash
-pkgver=0.5.11.4
+pkgver=0.5.11.5
 pkgrel=1
 pkgdesc='POSIX compliant shell that aims to be as small as possible'
 url='http://gondor.apana.org.au/~herbert/dash/'
@@ -10,9 +10,10 @@
 license=('BSD')
 depends=('glibc' 'libedit' 'libedit.so')
 install=dash.install
+options=('debug')
 source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6bfe9f4cd4c8d7f0ba0f71d6df1fb784b3a3960d4395f76604e46d21e13c16e504c0b73ee7e8113d64448d1db2c90f5dbcc19fd2a40b8a52d3e8f32ee3ad61ca')
-b2sums=('a40aad5713d37209d1ad423d606e5dccf9b953628f140058a054dd126ffd09b09d2fba0799e5c34b00337ccfb8db8cc73071b4aecd176f68dbb572491e76e2e9')
+sha512sums=('324e7971bb9ab93246e811600f59a059462abc4fefc48c7d53782b518d560f740ace95f41b5d8c215279c6084c1881ff8bbdaabee69fdae66c971d3e9bdce2d4')
+b2sums=('f8ad8eacbb13ea00ecccde33d32ea5cd7527b7fbef5a4e11765925239de91d916184a3b9fff9757629512a76eed3ae5cc46f5cf588fc65bd82616b187cb9cd2e')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list