Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
pwndbg


Commits:
d3498df5 by Levente Polyak at 2025-02-21T23:41:03+01:00
upgpkg: 2025.02.19-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = pwndbg
        pkgdesc = Makes debugging with GDB suck less
-       pkgver = 2025.01.20
-       pkgrel = 2
+       pkgver = 2025.02.19
+       pkgrel = 1
        url = https://github.com/pwndbg/pwndbg
        arch = any
        license = MIT
        makedepends = python-build
+       makedepends = python-hatchling
        makedepends = python-installer
        makedepends = python-poetry-core
        makedepends = python-wheel
@@ -33,11 +34,8 @@ pkgbase = pwndbg
        optdepends = radare2: radare2 command support
        optdepends = rizin: rizin command support
        optdepends = one_gadget: command to find ROP one_gadget
-       source = 
https://github.com/pwndbg/pwndbg/archive/2025.01.20/pwndbg-2025.01.20.tar.gz
-       source = 
pwndbg-gdb-16.patch::https://github.com/pwndbg/pwndbg/commit/8b2952ef1bcecb686317cc63a4d92268b4632be7.patch
-       sha512sums = 
b619b8b3727a4a23a3146f2bb0f3475ad788e82712cb669d233d88ce546546f114882162df6e5d0b357e9fa143a6829f7387132ee2a7f922dc4e669a215d8d51
-       sha512sums = 
27c1c3e63975c75f1faaa62b20f7ee5861cae6f9482569f2763d708f73fa8cc66fa2a21a4be9820d92f4a534e263bac8a64ab86bbb3df154d9a8cdd7ab17049c
-       b2sums = 
58c2c6139d8d96c939c602f694519167d4722f7ed05a92a5c38e55e0a894ffd930813d583e07bc70d0114abdcf8e34e7e859ceeb1113fc0cd00dd4af513f213b
-       b2sums = 
83d4b3aa308c07225df524fe693809cfc6ac4928a783c765ebbe56a245026084492ac4153b6b2d3d68679c612170240b5e191ba95c0cb719c8d2efb50bda9d75
+       source = 
https://github.com/pwndbg/pwndbg/archive/2025.02.19/pwndbg-2025.02.19.tar.gz
+       sha512sums = 
18ec21a1b978ef9edefb6f979d1330a6e2f48d6a005b391ebac5aaf7b9e866de7bd497b983bb9eef52e50b4fe82ea901036ca86c308e8962413a17d5733e7efe
+       b2sums = 
7774c86b9e00186c39db29090c39bbbfa6ce1b0ab565de8a524687afccfdb1ceab829503ac6340f0f32d74ed95020bcd136b1e0e2d3f256a15e5e3ffe17a963b
 
 pkgname = pwndbg


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=pwndbg
-pkgver=2025.01.20
-pkgrel=2
+pkgver=2025.02.19
+pkgrel=1
 pkgdesc='Makes debugging with GDB suck less'
 url='https://github.com/pwndbg/pwndbg'
 arch=(any)
@@ -29,6 +29,7 @@ depends=(
 )
 makedepends=(
   python-build
+  python-hatchling
   python-installer
   python-poetry-core
   python-wheel
@@ -43,17 +44,13 @@ optdepends=(
 )
 source=(
   
https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-  
pwndbg-gdb-16.patch::https://github.com/pwndbg/pwndbg/commit/8b2952ef1bcecb686317cc63a4d92268b4632be7.patch
 )
-sha512sums=('b619b8b3727a4a23a3146f2bb0f3475ad788e82712cb669d233d88ce546546f114882162df6e5d0b357e9fa143a6829f7387132ee2a7f922dc4e669a215d8d51'
-            
'27c1c3e63975c75f1faaa62b20f7ee5861cae6f9482569f2763d708f73fa8cc66fa2a21a4be9820d92f4a534e263bac8a64ab86bbb3df154d9a8cdd7ab17049c')
-b2sums=('58c2c6139d8d96c939c602f694519167d4722f7ed05a92a5c38e55e0a894ffd930813d583e07bc70d0114abdcf8e34e7e859ceeb1113fc0cd00dd4af513f213b'
-        
'83d4b3aa308c07225df524fe693809cfc6ac4928a783c765ebbe56a245026084492ac4153b6b2d3d68679c612170240b5e191ba95c0cb719c8d2efb50bda9d75')
+sha512sums=('18ec21a1b978ef9edefb6f979d1330a6e2f48d6a005b391ebac5aaf7b9e866de7bd497b983bb9eef52e50b4fe82ea901036ca86c308e8962413a17d5733e7efe')
+b2sums=('7774c86b9e00186c39db29090c39bbbfa6ce1b0ab565de8a524687afccfdb1ceab829503ac6340f0f32d74ed95020bcd136b1e0e2d3f256a15e5e3ffe17a963b')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   rm -rf caps profiling
-  patch -Np1 < ../pwndbg-gdb-16.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pwndbg/-/commit/d3498df561686cbdcefe038755db636fdf37921e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pwndbg/-/commit/d3498df561686cbdcefe038755db636fdf37921e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to