summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Heinemann2016-09-21 13:29:22 +0200
committerStefan Heinemann2016-09-21 13:29:22 +0200
commit830eddcc72b299d0a01f949e4fe566ef5d83c46f (patch)
tree7e50c215b86f7a2a6d39a2af97facc9c425ad919
parent305175e48dc4b60f71f50835c5f67182fc928380 (diff)
downloadaur-830eddcc72b299d0a01f949e4fe566ef5d83c46f.tar.gz
Fixed the python-parse dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf12edb716e6..42a83167810c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0
pkgrel=1
pkgdesc="automate and manage your pocket collection"
url="https://github.com/arvindch/pockyt"
-depends=('python' )
+depends=('python' 'python-parse')
makedepends=('python3' )
license=('GPLv3+')
arch=('any')