summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh VanderLinden2018-07-09 11:38:20 -0400
committerJosh VanderLinden2018-07-09 11:38:20 -0400
commit8a414aa0fb359c18592b55ac11f7e267384314ad (patch)
tree8c7c7545e55c5501c68a609b846189f8ec627079
parent4dbe6e77980fb0a15f976bcb70d5eb49a8c1e088 (diff)
downloadaur-8a414aa0fb359c18592b55ac11f7e267384314ad.tar.gz
Bump to 0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ecb4e66dfe..51dec05a3415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-logstash
pkgdesc = Python logging handler for Logstash
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/vklochan/python-logstash
arch = any
license = MIT
- source = https://pypi.python.org/packages/source/p/python-logstash/python-logstash-0.4.5.tar.gz
- md5sums = 401462a61563f992894bd65c976e556b
+ source = https://pypi.python.org/packages/source/p/python-logstash/python-logstash-0.4.6.tar.gz
+ md5sums = 26fafa0ea306025fb7644d70cb38982a
pkgname = python-logstash
diff --git a/PKGBUILD b/PKGBUILD
index 56d8c89497af..bd2d56443fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=(
python-${_base}
python2-${_base}
)
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="Python logging handler for Logstash"
arch=('any')
url="https://github.com/vklochan/python-logstash"
license=('MIT')
source=("https://pypi.python.org/packages/source/p/python-${_base}/python-${_base}-${pkgver}.tar.gz")
-md5sums=('401462a61563f992894bd65c976e556b')
+md5sums=('26fafa0ea306025fb7644d70cb38982a')
_inst() {
depends=("${1}" "${1}-setuptools")