[arch-commits] Commit in python-dkim/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Dec 12 06:38:31 UTC 2019


    Date: Thursday, December 12, 2019 @ 06:38:31
  Author: polyzen
Revision: 537335

upgpkg: python-dkim 1.0.0-1

Modified:
  python-dkim/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 06:34:49 UTC (rev 537334)
+++ PKGBUILD	2019-12-12 06:38:31 UTC (rev 537335)
@@ -1,15 +1,17 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=python-dkim
-pkgver=0.9.5
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Python library that implements DKIM and ARC email signing and verification'
 arch=('any')
 url=https://launchpad.net/dkimpy
 license=('ZLIB')
-depends=('python-authres' 'python-dnspython' 'python-pynacl' 'python-setuptools')
+depends=('python-dnspython' 'python-setuptools')
+checkdepends=('python-authres' 'python-pynacl')
+optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
 source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz")
-sha256sums=('6bf47aa71bc466f5d6a201042317fb415fbc45f3cae4f5dbe1e337e235549ff2')
+sha256sums=('56f37736b5527082f2389bacd804e31e9f0118043e26eff74198d5d12ae3908b')
 
 build() {
   cd dkimpy-$pkgver



More information about the arch-commits mailing list