summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 22:45:57 +0200
committerGoliathLabs2020-05-12 22:45:57 +0200
commitbf028adb37224d5cdd8c84cfea8eaa5d4c80e595 (patch)
tree14d776c0c25643f56d68d841820aa90357be4706 /PKGBUILD
parentb5139bb1e1c95f0100a6ded2489269f9eccf8456 (diff)
downloadaur-bf028adb37224d5cdd8c84cfea8eaa5d4c80e595.tar.gz
Updated: 0.26.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0be4a36c7cd2..dd3aaf335184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: ZaZam <zazaamm æt gmail døt com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: ZaZam <zazaamm æt gmail døt com>
# Contributor: Yegorius <yegorius@domic.us>
pkgname=python2-zeroconf
_srcname=python-zeroconf
-pkgver=0.19.1
+pkgver=0.26.1
pkgrel=2
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
@@ -12,7 +13,7 @@ license=('LGPL')
depends=('python2' 'python2-netifaces' 'python2-six' 'python2-enum34')
makedepends=('python2-setuptools')
source=("https://github.com/jstasiak/${_srcname}/archive/${pkgver}.tar.gz")
-sha256sums=('ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848')
+sha256sums=('4ae4328f6b7721d24975000b0d0224d885093cd9b85055630dfdfd42734119f4')
prepare() {
cd "${srcdir}/${_srcname}-${pkgver}"