summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2019-10-05 22:30:35 +0200
committerNichlas Severinsen2019-10-05 22:30:35 +0200
commitce6678741f5d6ddbed675b65ffa86b4b6ee7d273 (patch)
tree3eff1df872afdc5b157d65e92eb53d484faf7f8f
parent55f9fff2afe67f4db1f5a85162a3837aede4dee5 (diff)
downloadaur-ce6678741f5d6ddbed675b65ffa86b4b6ee7d273.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86750b199b55..5eb3957e669e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = libray-git
pkgdesc = LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs.
pkgver = 0.0.2
- pkgrel = 2
+ pkgrel = 3
arch = any
license = GPLv3
+ makedepends = python-setuptools
depends = python
- depends = python-pip
depends = python-pycrypto
depends = python-beautifulsoup4
depends = python-tqdm
+ depends = python-requests
source = https://notabug.org/necklace/libray/archive/0.0.2.tar.gz
sha256sums = b0ec577f10d7dfba70c2dc695fa54103d76fc0b30f3deb509f9bc551f1439ad7
diff --git a/PKGBUILD b/PKGBUILD
index 8717df4c678e..45ea887bc1d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=libray-git
_gitname="libray"
pkgver=0.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs."
arch=("any")
license=("GPLv3")
-depends=("python" "python-pip" "python-pycrypto" "python-beautifulsoup4" "python-tqdm")
+depends=("python" "python-pycrypto" "python-beautifulsoup4" "python-tqdm" "python-requests")
+makedepends=("python-setuptools")
source=("https://notabug.org/necklace/${_gitname}/archive/${pkgver}.tar.gz")