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

Levente Polyak anthraxx at archlinux.org
Mon Aug 24 20:29:53 UTC 2020


    Date: Monday, August 24, 2020 @ 20:29:52
  Author: anthraxx
Revision: 687809

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 20:29:48 UTC (rev 687808)
+++ PKGBUILD	2020-08-24 20:29:52 UTC (rev 687809)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=gdb-dashboard
-pkgver=0.11.3
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('71dbc13da05665584af7784a01ea3d70ada4241fe8ab1a5283f7a4321e6517594435a1ec09d81745e87c55807ab83efc8e099a1f70f4f04062cce79c8858e4e9')
-b2sums=('a0de93147190259e9864824dc66d199747ea49011621925f1ba4e78966250ae16b85d8aa2797b3512dcc559be8debb6f8338d52829dd2af6eea6709bf6d1fe64')
-
-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 687808, gdb-dashboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-24 20:29:52 UTC (rev 687809)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=gdb-dashboard
+pkgver=0.11.4
+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=('ad9ed3ef5a501ba1aa526aadb03c863fdb92bcbb90825e7ce12825be284fb5ec8f2d1fab0acecce02aa04f9ede624be686ef58ecdfff94ac29a6241e9f0ef8ca')
+b2sums=('5750fd5911b234b3830673b78501d0552374792f92fbbd021ee193d9ef936d67e9d7add7171788bf8a4e9feafb0869e696df1646783fd37812a7c9075187543d')
+
+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