summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-10-29 11:42:04 +1100
committerRhinoceros2017-10-29 11:42:04 +1100
commit0fae99fa5d74f1cfa185eb68c1696aeb987ca07e (patch)
tree8fa44bd861d14d522b69ae7a07f0314245339b6b /PKGBUILD
parentc3c5a81b3ff96eb977a76e8b84a75b1d600df35c (diff)
downloadaur-python-imapnotify.tar.gz
Update to 0.0.3-5
* revert depends to python-pytest-runner<3 * (I misread the < as =< earlier)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d904b7045c22..96247276b34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-imapnotify
pkgver=0.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='Execute scripts on new messages using IDLE imap command (Python version)'
arch=('any')
url='https://github.com/a-sk/python-imapnotify'
license=('custom')
-depends=('python>=3.5' 'python-pytest-runner>=2.0' 'python-pytest-runner<3.0' 'python-aioimaplib>=0.5.14' 'python-aioimaplib<1.0.0' 'python-boltons<17.0.0' 'python-boltons>=16.5.0')
+depends=('python>=3.5' 'python-pytest-runner>=2.0' 'python-pytest-runner<3' 'python-aioimaplib>=0.5.14' 'python-aioimaplib<1.0.0' 'python-boltons<17.0.0' 'python-boltons>=16.5.0')
makedepends=('python-setuptools')
install=$pkgname.install
source=("https://github.com/a-sk/${pkgname}/archive/${pkgver}.tar.gz"