summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a797946f1693..ec457ddf73ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,9 @@ pkgbase = python-unrar
arch = any
license = GPLv3
makedepends = python-setuptools
- depends = unrar
+ depends = python
depends = python-unrardll
+ depends = unrar
source = https://files.pythonhosted.org/packages/source/u/unrar/unrar-0.4.tar.gz
sha256sums = b24447a5b93024be600ef8255668ba23a30f451176577b691559ea1359f7d164
diff --git a/PKGBUILD b/PKGBUILD
index 99abed5eadc8..94f94225a393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('any')
url='https://github.com/matiasb/python-unrar'
license=('GPLv3')
depends=(
- 'unrar'
+ 'python'
'python-unrardll'
+ 'unrar'
)
makedepends=(
'python-setuptools'