Date: Monday, March 20, 2023 @ 22:33:18
  Author: grawlinson
Revision: 1424527

upgpkg: zshdb 1.1.3-1; new upstream release

Modified:
  zshdb/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 22:32:33 UTC (rev 1424526)
+++ PKGBUILD    2023-03-20 22:33:18 UTC (rev 1424527)
@@ -2,27 +2,28 @@
 # Contributor: noonov <[email protected]>
 
 pkgname=zshdb
-pkgver=1.1.2
-pkgrel=2
-pkgdesc='A debugger for zsh scripts.'
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='A debugger for zsh scripts'
 arch=('any')
 url='https://github.com/rocky/zshdb/'
 license=('GPL')
-depends=('zsh')
+depends=('zsh' 'coreutils')
 optdepends=('python-pygments: for syntax highlighting')
-source=("https://github.com/rocky/$pkgname/archive/$pkgver.tar.gz";)
-md5sums=('14f3090e3a16799a8e4b7091a0d7edd5')
-sha256sums=('49ac1db976808239367ae52000f7228edaf8888b1c08ad843c7ff55c23388e5d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rocky/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('64d08fc890b503136c8b45dea528d56a5a584cc91fa723fe0785be8c2953395f860b58d363465cc77057cecc579c2ca4ad3372d73106b65ac9220c2adbc680ae')
+b2sums=('3dfab5677fb173e8a16508f0865661d12eca550dfc8b60bc1b107f0b92c821e837912308c3b3bb398575e78ca54fa4a33844769ef6d758700e2c28d1036c2b55')
 
 build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
 
-       ./autogen.sh
-       ./configure --prefix=/usr
-       make
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
 }

Reply via email to