summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-01-13 10:54:11 +0800
committerlilac2019-01-13 10:54:11 +0800
commite57c2ccf3bd528a60595e7cdf3cc571f8d559ee8 (patch)
treebd9b29e3edebadfeea25b28f381426915405f2bb
parent68da64af40a95296f9157c0ca09f6069e63ad873 (diff)
downloadaur-e57c2ccf3bd528a60595e7cdf3cc571f8d559ee8.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b97b29119cd..30d1adaec261 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiomonitor
pkgdesc = aiomonitor adds monitor and python REPL capabilities for asyncio application
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/aio-libs/aiomonitor
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-aiomonitor
depends = python-aioconsole
depends = python-terminaltables
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/a/aiomonitor/aiomonitor-0.4.1.tar.gz
- md5sums = 29ba62220f0428176bc4e28fafeb3546
+ source = https://files.pythonhosted.org/packages/source/a/aiomonitor/aiomonitor-0.4.2.tar.gz
+ md5sums = 04eff1d4dfe9aaab35778cb595d4537a
pkgname = python-aiomonitor
diff --git a/PKGBUILD b/PKGBUILD
index 508bed57948a..29724a2eb2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=aiomonitor
pkgname=python-aiomonitor
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="aiomonitor adds monitor and python REPL capabilities for asyncio application"
arch=('any')
@@ -9,7 +9,7 @@ license=('Apache')
depends=('python' 'python-aioconsole' 'python-terminaltables' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('29ba62220f0428176bc4e28fafeb3546')
+md5sums=('04eff1d4dfe9aaab35778cb595d4537a')
build() {
cd "$srcdir/$_pkgname-$pkgver"