summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d598938fc84..c2f0f5de19a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ pkgdesc='Imgur API official Python bindings'
arch=('any')
url="https://github.com/${_orgname}/${_projname}"
license=('MIT')
+depends=('python')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/${_orgname}/${_projname}/archive/${pkgver}.tar.gz")
-sha256sums=("06b4bea1c0dafe7e36b88388f0ef0e1afdaba0def446c7426a216b7511d5f7c6")
+sha256sums=('06b4bea1c0dafe7e36b88388f0ef0e1afdaba0def446c7426a216b7511d5f7c6')
package() {
cd ${_projname}-${pkgver}