[arch-commits] Commit in peda/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 18:10:30 UTC 2021


    Date: Wednesday, September 8, 2021 @ 18:10:29
  Author: anthraxx
Revision: 1012931

upgpkg: peda 1.2-1

Modified:
  peda/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 18:04:44 UTC (rev 1012930)
+++ PKGBUILD	2021-09-08 18:10:29 UTC (rev 1012931)
@@ -2,15 +2,16 @@
 # Contributor: Christian Rebischke <echo Q2hyaXMuUmViaXNjaGtlQGdtYWlsLmNvbQo= | base64 -d>
 
 pkgname=peda
-pkgver=1.1
-pkgrel=4
+pkgver=1.2
+pkgrel=1
 pkgdesc='Python Exploit Development Assistance for GDB'
 url='https://github.com/longld/peda'
 arch=('any')
 license=('custom:Creative Commons')
 depends=('gdb' 'binutils' 'nasm' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/longld/peda/archive/v${pkgver}.tar.gz)
-sha512sums=('fab97c2edf36605632639b38ec995a1fd06a7c309b2a50d4bd30dae257cc359eee3751e0792f39b408dc5b62a206e339ee4a4688bfcf60c5daeb8c032a16aaaa')
+source=(https://github.com/longld/peda/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e69844b8c3a51af96096d97ebfa4a67ac8ff16e4a9e0edb64bbb5e946b1ebeaa56260663718b90145f4191cc25762f3e351a8de92bf9b56f9f1d11389c563c43')
+b2sums=('6942b99d714eb1114167b80ba202d86f6dee52cd47c8047b4cb78d4a91f45e1594521440a3318a968e35c5dc56a616393c0837d6f9db5ba41505641a385fb573')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list