mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-pwntools to 4.6.0-1
This commit is contained in:
parent
323379f7bd
commit
c4336b4ebc
1 changed files with 3 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=python-pwntools
|
||||
_pyname=pwntools
|
||||
pkgver=4.5.1
|
||||
pkgver=4.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='CTF framework and exploit development library'
|
||||
url='https://github.com/Gallopsled/pwntools'
|
||||
|
@ -37,16 +37,11 @@ depends=('python'
|
|||
makedepends=('python-setuptools')
|
||||
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
pwn.conf)
|
||||
sha256sums=('fcf4e7373f522201e661c6baf6bf4305c61091ba73f60e95fb0a4c0c29c7043b'
|
||||
sha256sums=('70e6a99b048372b03ebe8b94f20161e8a7b1bbfa580ec351d7e0310066c79059'
|
||||
'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
|
||||
b2sums=('70b431bdecbdcd4b65dbb215451f4d59c5e24bc66fa0ef44ba3d78e6e49674b298e693f1726221cd198e580e3c78f8e0a3ff36b4ccdba6dcdbb54973502ade25'
|
||||
b2sums=('e0189cb8e4832c487da3cc2345b2757540aafc5fdc29e18b7ac2bac9df5b67d5a06f36c4b22206e55b607650c11833d194c4449deba9ac50060ca7bd14d58391'
|
||||
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
|
||||
|
||||
prepare() {
|
||||
cd ${_pyname}-${pkgver}
|
||||
sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${_pyname}-${pkgver}
|
||||
python setup.py build
|
||||
|
|
Loading…
Reference in a new issue