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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jul 3 15:49:58 UTC 2022


    Date: Sunday, July 3, 2022 @ 15:49:57
  Author: jelle
Revision: 1243815

upgpkg: python-ifaddr 0.2.0-1

Modified:
  python-ifaddr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-03 15:47:53 UTC (rev 1243814)
+++ PKGBUILD	2022-07-03 15:49:57 UTC (rev 1243815)
@@ -2,8 +2,8 @@
 
 _name=ifaddr
 pkgname=python-ifaddr
-pkgver=0.1.7
-pkgrel=5
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="Enumerates all IP addresses on all network adapters of the system"
 arch=('any')
 url="https://github.com/pydron/ifaddr"
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
+checkdepends=('python-nose' 'python-pytest' 'python-netifaces')
 source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
-sha512sums=('648d05c1aa91b81bfbda81c9753c3f35c7f451e9842eef9b46545db7817e4fdbe9b8f8f30f552cdef9522998960d7b07a4465dd49733fd784702f48aa875238d')
+sha512sums=('47d26932ecf1aabbbecc738ac0d9a6d276f3e3131650b76896553db3f17392916357d31991d7098ff3efa1cb6bec20a41848be03221d179c2f454f94a39cb587')
 
 build() {
   cd "${_name}-${pkgver}"



More information about the arch-commits mailing list