summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Krause2019-06-12 10:14:27 +0200
committerChristian Krause2019-06-12 10:14:27 +0200
commit78b5d701666f2671f7f1dd0b3682caeac7ddc45d (patch)
treee2b0e72f91b600f802e369b7a9ede3d0bdc3d431 /PKGBUILD
parentbc157e09b98694be40ab820ff18b1270c280a2c0 (diff)
downloadaur-78b5d701666f2671f7f1dd0b3682caeac7ddc45d.tar.gz
mailto-uri-1.1.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ce19f442abd..9d4db6ae1021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname='mailto-uri'
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="creates mailto URIs"
arch=('any')
url="https://pypi.org/project/mailto-uri/"
license=('GPL3')
-depends=('python-argparse')
+depends=('python-argparse' 'python-frontmatter')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('9258120726e18573ea11f24769a414dc')