[arch-commits] Commit in python-zeroconf/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Wed Aug 31 06:09:06 UTC 2022
Date: Wednesday, August 31, 2022 @ 06:09:05
Author: jelle
Revision: 1289104
upgpkg: python-zeroconf 0.39.0-1
Modified:
python-zeroconf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-31 02:35:43 UTC (rev 1289103)
+++ PKGBUILD 2022-08-31 06:09:05 UTC (rev 1289104)
@@ -2,17 +2,17 @@
# Contributor: Maxim Andersson <thesilentboatman at gmail.com>
pkgname=python-zeroconf
-pkgver=0.38.7
+pkgver=0.39.0
pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
url="https://github.com/jstasiak/python-zeroconf"
license=('LGPL')
-depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr')
+depends=('python' 'python-netifaces' 'python-six' 'python-ifaddr' 'python-async-timeout')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=($pkgname-$pkgver.tar.gz::https://github.com/jstasiak/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('a5e2fa56c1c61346a9df37737dc451d3107e8ee646b746495ffe07a4ff3d3324')
+sha256sums=('df3ec71032c3bb8ec339c340bf75f6e033ec79c4e5944089a29dbdf131de44e4')
build() {
cd "${pkgbase}-${pkgver}"
More information about the arch-commits
mailing list