Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pwndbg
Commits: 10a63f38 by Antonio Rojas at 2025-01-24T22:33:47+01:00 upgpkg: 2025.01.20-1: Update to 2025.01.20 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = pwndbg pkgdesc = Makes debugging with GDB suck less - pkgver = 2024.08.29 - pkgrel = 3 + pkgver = 2025.01.20 + pkgrel = 1 url = https://github.com/pwndbg/pwndbg arch = any license = MIT @@ -31,11 +31,8 @@ pkgbase = pwndbg optdepends = ropgadget: ropgadget command support optdepends = radare2: radare2 command support optdepends = rizin: rizin command support - source = https://github.com/pwndbg/pwndbg/archive/2024.08.29/pwndbg-2024.08.29.tar.gz - source = https://github.com/pwndbg/pwndbg/commit/b4a1b9a1.patch - sha512sums = 503924742d4a6d767ec369bb1e37c931afb5ab09f2b4cfa048765ce7a61fb6adcda2576cdda64dd4cf74de27d83b13b4dc09d6e7480e01ae8f646c5394992d43 - sha512sums = 5ce619a3f3f826c51d52375feaf9347a26776d8d6c82acecfc7dbab26e7ab73da94608579a65e83dbd256ac0984c1741a6c95343d103fa33cb86ff0b5b172855 - b2sums = 5333c318ba3ccbaaac459f9c7b917d3defa1ad712f45555b31eb76774089e55e80720744dc92813ad8234302445e3bed3237c2275c795a49856028dec416dcc2 - b2sums = 1d61be97434136b26851aa2e060e2f7c662b095d3a7ffa4a129804e3f725164f19f7ea1b52374b328388021e183bbec0519f8a1433cab5b672dd00a4bf971d6e + source = https://github.com/pwndbg/pwndbg/archive/2025.01.20/pwndbg-2025.01.20.tar.gz + sha512sums = b619b8b3727a4a23a3146f2bb0f3475ad788e82712cb669d233d88ce546546f114882162df6e5d0b357e9fa143a6829f7387132ee2a7f922dc4e669a215d8d51 + b2sums = 58c2c6139d8d96c939c602f694519167d4722f7ed05a92a5c38e55e0a894ffd930813d583e07bc70d0114abdcf8e34e7e859ceeb1113fc0cd00dd4af513f213b pkgname = pwndbg ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=pwndbg -pkgver=2024.08.29 -pkgrel=3 +pkgver=2025.01.20 +pkgrel=1 pkgdesc='Makes debugging with GDB suck less' url='https://github.com/pwndbg/pwndbg' arch=('any') @@ -39,17 +39,13 @@ optdepends=( 'radare2: radare2 command support' 'rizin: rizin command support' ) -source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz - https://github.com/pwndbg/pwndbg/commit/b4a1b9a1.patch) -sha512sums=('503924742d4a6d767ec369bb1e37c931afb5ab09f2b4cfa048765ce7a61fb6adcda2576cdda64dd4cf74de27d83b13b4dc09d6e7480e01ae8f646c5394992d43' - '5ce619a3f3f826c51d52375feaf9347a26776d8d6c82acecfc7dbab26e7ab73da94608579a65e83dbd256ac0984c1741a6c95343d103fa33cb86ff0b5b172855') -b2sums=('5333c318ba3ccbaaac459f9c7b917d3defa1ad712f45555b31eb76774089e55e80720744dc92813ad8234302445e3bed3237c2275c795a49856028dec416dcc2' - '1d61be97434136b26851aa2e060e2f7c662b095d3a7ffa4a129804e3f725164f19f7ea1b52374b328388021e183bbec0519f8a1433cab5b672dd00a4bf971d6e') +source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('b619b8b3727a4a23a3146f2bb0f3475ad788e82712cb669d233d88ce546546f114882162df6e5d0b357e9fa143a6829f7387132ee2a7f922dc4e669a215d8d51') +b2sums=('58c2c6139d8d96c939c602f694519167d4722f7ed05a92a5c38e55e0a894ffd930813d583e07bc70d0114abdcf8e34e7e859ceeb1113fc0cd00dd4af513f213b') prepare() { cd ${pkgname}-${pkgver} rm -rf caps profiling - patch -Rp1 < ../b4a1b9a1.patch # Revert dependency on unreleased pwntools } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pwndbg/-/commit/10a63f384ec44b8da5d143a714c092b8905bafc3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pwndbg/-/commit/10a63f384ec44b8da5d143a714c092b8905bafc3 You're receiving this email because of your account on gitlab.archlinux.org.