summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3409c01ead1a..8a3e2f4ce46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=python-imapnotify
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc='Execute scripts on new messages using IDLE imap command (python version)'
arch=('any')
@@ -10,7 +10,7 @@ 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')
makedepends=('python-setuptools')
source=("https://github.com/a-sk/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('8ca2cf1ab22fc5fabb4faf157b914aaf')
+md5sums=('575aa9656a9fa89b48eb59f309f8797f')
package() {
cd "${pkgname}-${pkgver}"