summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-08-28 09:06:43 +0200
committerJuliette Monsel2018-08-28 09:06:43 +0200
commit206636b068b99057fdb781982ac7eb8a7813aa71 (patch)
treeee6f84686ed56e6843be93f0a82f08f4819615d9
parent361bb6c4e78a144d225106fdbe4a0a272e9d41ea (diff)
downloadaur-206636b068b99057fdb781982ac7eb8a7813aa71.tar.gz
Replace python-crypto dependency by python-pycryptodome
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5c9742f4eb3..2052d3c4a591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://sourceforge.net/projects/checkmails
changelog = changelog
arch = any
@@ -10,7 +10,7 @@ pkgbase = checkmails
depends = python
depends = tk
depends = python-pillow
- depends = python-crypto
+ depends = python-pycryptodome
depends = gettext
depends = desktop-file-utils
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 3f6d4c4a50bd..b79f249cac5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
url="https://sourceforge.net/projects/checkmails"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('python' 'tk' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
+depends=('python' 'tk' 'python-pillow' 'python-pycryptodome' 'gettext' 'desktop-file-utils' 'libnotify')
optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be installed)',
'pygtk: GUI toolkit for the system tray icon (at least one must be installed)',
'python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed)',