Date: Monday, November 14, 2022 @ 23:21:27
  Author: kpcyrd
Revision: 1348321

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:21:12 UTC (rev 1348320)
+++ PKGBUILD    2022-11-14 23:21:27 UTC (rev 1348321)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: noonov <[email protected]>
-
-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
-}

Copied: zshdb/repos/community-any/PKGBUILD (from rev 1348320, 
zshdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-14 23:21:27 UTC (rev 1348321)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: noonov <[email protected]>
+
+pkgname=zshdb
+pkgver=1.1.2
+pkgrel=2
+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')
+sha256sums=('49ac1db976808239367ae52000f7228edaf8888b1c08ad843c7ff55c23388e5d')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to