summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBláitín Nic Aoidh2017-03-14 18:12:34 +0000
committerBláitín Nic Aoidh2017-03-14 18:12:34 +0000
commit6b03c3199791d1b6d0c8bb05e5340b52e4fc0f73 (patch)
tree05a05dbc2ee92c13e44c604efa2f7760d407cd16 /PKGBUILD
parentd261d15ed44f619ec943abc8237748f34410467b (diff)
downloadaur-6b03c3199791d1b6d0c8bb05e5340b52e4fc0f73.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64b0f99cb78b..3214f3f2f202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/p-e-w/ranwhen"
arch=('any')
license=('GPL3')
provides=('ranwhen')
-depends=('python util-linux')
+depends=('python' 'util-linux')
makedepends=('git')
source=(git+https://github.com/p-e-w/${_pkgname}.git)
md5sums=('SKIP')