summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd3aaf335184..ae995947f67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@
pkgname=python2-zeroconf
_srcname=python-zeroconf
-pkgver=0.26.1
-pkgrel=2
+pkgver=0.19.1
+epoch=1
+pkgrel=1
pkgdesc="A pure python implementation of multicast DNS service discovery"
arch=('any')
url="https://github.com/jstasiak/python-zeroconf"
@@ -13,7 +14,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=('4ae4328f6b7721d24975000b0d0224d885093cd9b85055630dfdfd42734119f4')
+sha256sums=('ca8952a3eb04818dcb566e1344f2f15b5dd6d487770384651cdfae777d5eb848')
prepare() {
cd "${srcdir}/${_srcname}-${pkgver}"