summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-10-08 08:43:30 +1100
committerRhinoceros2016-10-08 08:43:30 +1100
commitb3cc7d0b333779ba20c4f883c092f8074a99c4f6 (patch)
tree9f5ec2c77347e9a1a821c6b63e9ede4d56917d8f
parent8f05f43ebf70d43aa7510ff01e99d4817ce5e22d (diff)
downloadaur-b3cc7d0b333779ba20c4f883c092f8074a99c4f6.tar.gz
Update to 0.0.2
* Upstream: Add support for password_eval
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78136220e19..a55a56745804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 7 09:37:31 UTC 2016
+# Fri Oct 7 21:43:15 UTC 2016
pkgbase = python-imapnotify
pkgdesc = Execute scripts on new messages using IDLE imap command (python version)
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/a-sk/python-imapnotify
arch = any
@@ -13,8 +13,10 @@ pkgbase = python-imapnotify
depends = python-pytest-runner<3
depends = python-aioimaplib>=0.5.14
depends = python-aioimaplib<1.0.0
- source = https://github.com/a-sk/python-imapnotify/archive/0.0.1.tar.gz
- md5sums = 9c99d997667cc8c35acbbe5f3a95d5a9
+ depends = python-boltons<17.0.0
+ depends = python-boltons>=16.5.0
+ source = https://github.com/a-sk/python-imapnotify/archive/0.0.2.tar.gz
+ md5sums = 8ca2cf1ab22fc5fabb4faf157b914aaf
pkgname = python-imapnotify
diff --git a/PKGBUILD b/PKGBUILD
index 876dd21e36e4..3409c01ead1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-imapnotify
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
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')
+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')
source=("https://github.com/a-sk/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('9c99d997667cc8c35acbbe5f3a95d5a9')
+md5sums=('8ca2cf1ab22fc5fabb4faf157b914aaf')
package() {
cd "${pkgname}-${pkgver}"