summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-10-29 11:42:04 +1100
committerRhinoceros2017-10-29 11:42:04 +1100
commit0fae99fa5d74f1cfa185eb68c1696aeb987ca07e (patch)
tree8fa44bd861d14d522b69ae7a07f0314245339b6b
parentc3c5a81b3ff96eb977a76e8b84a75b1d600df35c (diff)
downloadaur-0fae99fa5d74f1cfa185eb68c1696aeb987ca07e.tar.gz
Update to 0.0.3-5
* revert depends to python-pytest-runner<3 * (I misread the < as =< earlier)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 632c28131c3a..83bc6cba5e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 29 00:12:27 UTC 2017
+# Sun Oct 29 00:41:56 UTC 2017
pkgbase = python-imapnotify
pkgdesc = Execute scripts on new messages using IDLE imap command (Python version)
pkgver = 0.0.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/a-sk/python-imapnotify
install = python-imapnotify.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-imapnotify
makedepends = python-setuptools
depends = python>=3.5
depends = python-pytest-runner>=2.0
- depends = python-pytest-runner<3.0
+ depends = python-pytest-runner<3
depends = python-aioimaplib>=0.5.14
depends = python-aioimaplib<1.0.0
depends = python-boltons<17.0.0
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"