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

Levente Polyak anthraxx at archlinux.org
Sun Jun 2 17:59:30 UTC 2019


    Date: Sunday, June 2, 2019 @ 17:59:30
  Author: anthraxx
Revision: 476629

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-02 17:59:26 UTC (rev 476628)
+++ PKGBUILD	2019-06-02 17:59:30 UTC (rev 476629)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=gdb-dashboard
-pkgver=0.4.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)
-sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
-sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
-
-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 476628, gdb-dashboard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-02 17:59:30 UTC (rev 476629)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=gdb-dashboard
+pkgver=0.6.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=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha256sums=('143eace257a7e3d2a0fd8c99bbe4cc0a023a74eb67ce12d0e6c184be8294a387')
+sha512sums=('da9f42f6f781ab42af4707b301c0d697e04662a01d3df5ef7a4143bfd619f7252e421540808303613c67b2f73d1ec4b33cb09e224334b9aeb1f8a68be0f550fb')
+
+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