Date: Monday, November 14, 2022 @ 23:21:12
Author: kpcyrd
Revision: 1348320
upgpkg: zshdb 1.1.2-2 - add sha256sums=
Modified:
zshdb/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 23:19:55 UTC (rev 1348319)
+++ PKGBUILD 2022-11-14 23:21:12 UTC (rev 1348320)
@@ -3,7 +3,7 @@
pkgname=zshdb
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='A debugger for zsh scripts.'
arch=('any')
url='https://github.com/rocky/zshdb/'
@@ -12,6 +12,7 @@
optdepends=('python-pygments: for syntax highlighting')
source=("https://github.com/rocky/$pkgname/archive/$pkgver.tar.gz")
md5sums=('14f3090e3a16799a8e4b7091a0d7edd5')
+sha256sums=('49ac1db976808239367ae52000f7228edaf8888b1c08ad843c7ff55c23388e5d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"