Skip to content
Snippets Groups Projects
Verified Commit e8224011 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

upgpkg: 0.17.3-1

parent 1c80c47f
No related branches found
No related tags found
No related merge requests found
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
# 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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment