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

Levente Polyak anthraxx at gemini.archlinux.org
Tue Mar 8 22:09:18 UTC 2022


    Date: Tuesday, March 8, 2022 @ 22:09:18
  Author: anthraxx
Revision: 1145621

upgpkg: impacket 0.9.24-1

Modified:
  impacket/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 22:08:36 UTC (rev 1145620)
+++ PKGBUILD	2022-03-08 22:09:18 UTC (rev 1145621)
@@ -3,8 +3,8 @@
 # Contributor: Paolo Giangrandi <peoro.noob at gmail.com>
 
 pkgname=impacket
-pkgver=0.9.23
-pkgrel=2
+pkgver=0.9.24
+pkgrel=1
 pkgdesc='Collection of classes for working with network protocols'
 url='https://github.com/CoreSecurity/impacket'
 arch=('any')
@@ -13,8 +13,8 @@
          'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 'python-flask')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography')
 source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
-sha256sums=('398f006b0ecfe85aff01b77e1d6df51df482c614dfa2f24e6fc2bc5b349ffa11')
-sha512sums=('1a19621f03a4ad6a92001deeca1399582bf3a2e92ebccba214f17d563b65c4da22ea9651d2c84fcdc30ecc42103107a36ea1d14c9dd833788ab0b2c046132e45')
+sha256sums=('da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099')
+sha512sums=('4e5ca6554353c0e6d73ba9feaf93338961862cc17d176fdf7cf734306a385ecadf1febbd06cf1ddbd179de8941b52768678dbf3f86c106a27f0992aa002305c0')
 
 prepare() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
@@ -39,7 +39,7 @@
 package() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 ChangeLog.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   local PYTHONVERSION="$(python -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
   ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" "${pkgdir}/usr/share/doc/${pkgname}/examples"
 }



More information about the arch-commits mailing list