summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042019-05-09 06:32:30 +0800
committerjerry732042019-05-09 06:32:30 +0800
commit4e28bdedb528d330751d66be747622483cb08698 (patch)
tree98b03c8ae58406c84d87462246572a7fcb2c5d81
parent1ae407e98b81d01c8f352fa5227ea6cf0af61245 (diff)
downloadaur-4e28bdedb528d330751d66be747622483cb08698.tar.gz
Bump to 1.4.6-1. Fix wrong url.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a59694c3dfa..da1465bd2833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-kafka
pkgdesc = Python client for Apache Kafka
- pkgver = 1.4.3
+ pkgver = 1.4.6
pkgrel = 1
- url = https://github.com/mikeboers/PyAV/tree/master
+ url = https://github.com/dpkp/kafka-python
arch = x86_64
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/dpkp/kafka-python/archive/1.4.3.tar.gz
- sha256sums = 8b07844c62650d4843631492aa7348498958931dd89de294da598c7590484b52
+ source = https://github.com/dpkp/kafka-python/archive/1.4.6.tar.gz
+ sha256sums = 62d5910d0f9a33be85b5082599fbe3bb7a587205923704de81e2303fe838a5d5
pkgname = python-kafka
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5f58a920bc39..185610142e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jerry Lin <jerry73204 at gmail dot com>
pkgname=('python-kafka' 'python2-kafka')
-pkgver=1.4.3
+pkgver=1.4.6
pkgrel=1
pkgdesc='Python client for Apache Kafka'
arch=('x86_64')
-url="https://github.com/mikeboers/PyAV/tree/master"
+url="https://github.com/dpkp/kafka-python"
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/dpkp/kafka-python/archive/${pkgver}.tar.gz")
-sha256sums=('8b07844c62650d4843631492aa7348498958931dd89de294da598c7590484b52')
+sha256sums=('62d5910d0f9a33be85b5082599fbe3bb7a587205923704de81e2303fe838a5d5')
_dirname="kafka-python-${pkgver}"