summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"