summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2023-01-31 21:53:44 -0500
committerTioDuke2023-01-31 21:53:44 -0500
commita0d59699dee6cca96862d44cd7e961e071b9eb1e (patch)
treef112923960970c28db717ccbccb38153fe650acf
parent09685ef1cb7ea2da96ae2c6556dde8cb64134fd6 (diff)
downloadaur-a0d59699dee6cca96862d44cd7e961e071b9eb1e.tar.gz
add missing dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e1840c58a97..97df4c0e7d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-http-ece
pkgdesc = Encrypted Content Encoding for HTTP
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/http-ece
arch = any
license = MIT
makedepends = python-setuptools
depends = python
+ depends = python-cryptography
source = https://files.pythonhosted.org/packages/source/h/http_ece/http_ece-1.1.0.tar.gz
sha256sums = 932ebc2fa7c216954c320a188ae9c1f04d01e67bec9cdce1bfbc912813b0b4f8
pkgname = python-http-ece
-
diff --git a/PKGBUILD b/PKGBUILD
index ba23f005380f..2ea797d154f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-http-ece
_pkgname=http_ece
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Encrypted Content Encoding for HTTP"
arch=('any')
url="https://pypi.org/project/http-ece"
license=('MIT')
-depends=(python)
+depends=(python python-cryptography)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('932ebc2fa7c216954c320a188ae9c1f04d01e67bec9cdce1bfbc912813b0b4f8')