summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2018-11-14 12:07:11 +0100
committerMichael Düll2018-11-14 12:07:11 +0100
commitec20480af569a7cec3e266bb45c07c51fa3196d7 (patch)
tree9aee0b1e09660538868e945e6c43e5d18eb24107
parent40e2527e6a4ab295bf8e1d0bd38a71529d13c17f (diff)
downloadaur-ec20480af569a7cec3e266bb45c07c51fa3196d7.tar.gz
Added python-cryptography
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82531409e999..8beedffa856d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 24 23:22:23 UTC 2018
+# Wed Nov 14 11:07:08 UTC 2018
pkgbase = python-telegram-send
pkgdesc = Send messages and files over Telegram from the command-line.
pkgver = 0.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rahiel/telegram-send
arch = any
license = GPLv3
@@ -11,6 +11,7 @@ pkgbase = python-telegram-send
depends = python-telegram-bot
depends = python-colorama
depends = python-appdirs
+ depends = python-cryptography
source = https://files.pythonhosted.org/packages/88/04/218c71cab345b58c319109af1936ccedf5e0450f2c07faac405ccd111b2d/telegram-send-0.20.tar.gz
sha256sums = ce4372ed2809ab4a6521972322461cb72c1186d5d6cc91e983ffee84d14e10ea
diff --git a/PKGBUILD b/PKGBUILD
index 5d55ff4aa2a7..8ee3ea76495d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python-telegram-send
_name=telegram-send
pkgver=0.20
-pkgrel=1
+pkgrel=2
pkgdesc="Send messages and files over Telegram from the command-line."
arch=(any)
url='https://github.com/rahiel/telegram-send'
license=('GPLv3')
makedepends=('python-setuptools')
-depends=('python-telegram-bot' 'python-colorama' 'python-appdirs')
+depends=('python-telegram-bot' 'python-colorama' 'python-appdirs' 'python-cryptography')
source=("https://files.pythonhosted.org/packages/88/04/218c71cab345b58c319109af1936ccedf5e0450f2c07faac405ccd111b2d/telegram-send-0.20.tar.gz")
sha256sums=('ce4372ed2809ab4a6521972322461cb72c1186d5d6cc91e983ffee84d14e10ea')