[arch-commits] Commit in zshdb/repos/community-any (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Mon Mar 2 14:39:51 UTC 2020


    Date: Monday, March 2, 2020 @ 14:39:50
  Author: lfleischer
Revision: 588505

archrelease: copy trunk to community-any

Added:
  zshdb/repos/community-any/PKGBUILD
    (from rev 588504, zshdb/trunk/PKGBUILD)
Deleted:
  zshdb/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 14:39:45 UTC (rev 588504)
+++ PKGBUILD	2020-03-02 14:39:50 UTC (rev 588505)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: noonov <noonov at gmail.com>
-
-pkgname=zshdb
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='A debugger for zsh scripts.'
-arch=('any')
-url='http://bashdb.sourceforge.net/'
-license=('GPL')
-depends=('zsh')
-optdepends=('python-pygments: for syntax highlighting')
-source=("https://github.com/rocky/$pkgname/archive/release-$pkgver.tar.gz")
-md5sums=('2610e89a892c870035936d7744704297')
-
-build() {
-  cd "${srcdir}/${pkgname}-release-${pkgver}"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-release-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: zshdb/repos/community-any/PKGBUILD (from rev 588504, zshdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-02 14:39:50 UTC (rev 588505)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: noonov <noonov at gmail.com>
+
+pkgname=zshdb
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='A debugger for zsh scripts.'
+arch=('any')
+url='https://github.com/rocky/zshdb/'
+license=('GPL')
+depends=('zsh')
+optdepends=('python-pygments: for syntax highlighting')
+source=("https://github.com/rocky/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('14f3090e3a16799a8e4b7091a0d7edd5')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./autogen.sh
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list