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

Levente Polyak anthraxx at gemini.archlinux.org
Fri Aug 19 20:29:56 UTC 2022


    Date: Friday, August 19, 2022 @ 20:29:56
  Author: anthraxx
Revision: 1270992

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
    (from rev 1270991, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 20:29:49 UTC (rev 1270991)
+++ PKGBUILD	2022-08-19 20:29:56 UTC (rev 1270992)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=gdb-dashboard
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7ab5f6ba32b41c36a263bd0974811e58175a6c2ab4670ba1d44d8f15ebf2c18b9a4243dd2f9ea4ce1ebd213d1848e7882956788f0deadc72a3cbcde1b577e59f')
-b2sums=('0d3194f8be5d17b98038ea5fca1a9b539708198366eade884225561569e6034d5c261f89114086abfd71a4919c86cb7ba7ae7e5782563935d57f14efd8f0ad1c')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 1270991, gdb-dashboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 20:29:56 UTC (rev 1270992)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=gdb-dashboard
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('4c83f64f95392ea3c895b6debbe362b965e856d75d783d5053a4977f55a246e6ca53210bed8e42cebada3d4daf579f11ccc17bf0742c035f7dec5413e0beac31')
+b2sums=('a63672727cdf3bf7024100f357057919c8b400635711bb35636b55c250fc7b7dc09f1b8098b2e5e1eb27343cc813f899716811c03bbaef8ec5ee98351f0cc074')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list