summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-10-29 11:12:30 +1100
committerRhinoceros2017-10-29 11:12:30 +1100
commitc3c5a81b3ff96eb977a76e8b84a75b1d600df35c (patch)
tree2647a5ee567d49680afb71e544c7f3c784861d5e
parent2fd3cc9fa2a4c67e936631163e1cbb840ea40a2e (diff)
downloadaur-c3c5a81b3ff96eb977a76e8b84a75b1d600df35c.tar.gz
Update to 0.0.3-4
Clarify depends to python-pytest-runner<3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 506f1786c994..632c28131c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 04:31:00 UTC 2016
+# Sun Oct 29 00:12:27 UTC 2017
pkgbase = python-imapnotify
pkgdesc = Execute scripts on new messages using IDLE imap command (Python version)
pkgver = 0.0.3
- pkgrel = 3
+ pkgrel = 4
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
+ depends = python-pytest-runner<3.0
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 8470419218bd..d904b7045c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-imapnotify
pkgver=0.0.3
-pkgrel=3
+pkgrel=4
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' '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.0' '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"