Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
gdb-dashboard
Commits:
e8224011 by Levente Polyak at 2024-09-08T19:29:19+02:00
upgpkg: 0.17.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = gdb-dashboard
pkgdesc = Modular visual interface for GDB in Python
- pkgver = 0.17.2
- pkgrel = 2
+ pkgver = 0.17.3
+ pkgrel = 1
url = https://github.com/cyrus-and/gdb-dashboard
arch = any
license = MIT
depends = gdb
depends = binutils
optdepends = python-pygments: syntax highlighting support
- source =
https://github.com/cyrus-and/gdb-dashboard/archive/v0.17.2/gdb-dashboard-0.17.2.tar.gz
- sha512sums =
caa723479b8539f01e9c46e2c95731fed2fe16087d495aa9eddacf93ffbf5f61f59166a106157ea099e0e2d90d1d0e97b7d2b6b3addb776506ce809438871006
- b2sums =
6c7cfd2ac5ffa686629bbfa628bfcf1b383e44d632c3acf1205a7e0e01192f167744e54f2e145644c1e2f8479f9021ca05a39481a4f4c07f0ca2db75946392cd
+ source =
https://github.com/cyrus-and/gdb-dashboard/archive/v0.17.3/gdb-dashboard-0.17.3.tar.gz
+ sha512sums =
7def8a8a0549397f1cc89f03e7c818d82d7ac02c0e81f535d061c6bca1b88708fb94c985261d0b5f3f7eeb22a89c0b42cb127efc0b1fb6338b9751b18cb03ebe
+ b2sums =
d7118e356d0c71dd77b887013eed42f31aa990ccef8c64caf351ace5c367031dd16e0b17116c89ff06d347907328b85199009ce0d66e4c338740da0378abe7c4
pkgname = gdb-dashboard
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=gdb-dashboard
-pkgver=0.17.2
-pkgrel=2
+pkgver=0.17.3
+pkgrel=1
pkgdesc='Modular visual interface for GDB in Python'
url='https://github.com/cyrus-and/gdb-dashboard'
arch=('any')
@@ -10,8 +10,8 @@ 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=('caa723479b8539f01e9c46e2c95731fed2fe16087d495aa9eddacf93ffbf5f61f59166a106157ea099e0e2d90d1d0e97b7d2b6b3addb776506ce809438871006')
-b2sums=('6c7cfd2ac5ffa686629bbfa628bfcf1b383e44d632c3acf1205a7e0e01192f167744e54f2e145644c1e2f8479f9021ca05a39481a4f4c07f0ca2db75946392cd')
+sha512sums=('7def8a8a0549397f1cc89f03e7c818d82d7ac02c0e81f535d061c6bca1b88708fb94c985261d0b5f3f7eeb22a89c0b42cb127efc0b1fb6338b9751b18cb03ebe')
+b2sums=('d7118e356d0c71dd77b887013eed42f31aa990ccef8c64caf351ace5c367031dd16e0b17116c89ff06d347907328b85199009ce0d66e4c338740da0378abe7c4')
package() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdb-dashboard/-/commit/e822401161f3a1057dfefbf5648726d744686da8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdb-dashboard/-/commit/e822401161f3a1057dfefbf5648726d744686da8
You're receiving this email because of your account on gitlab.archlinux.org.