summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHeiko Nickerl2018-03-14 15:37:58 +0100
committerHeiko Nickerl2018-03-14 15:37:58 +0100
commita85c55aa7ab8376a2d4d27af172f03868390ae17 (patch)
tree8cea522720bcd04caa0f5213e7b4b097b9525330 /PKGBUILD
parentbc3b0041c9e31568e0bcf917831d429ae5f69655 (diff)
downloadaur-a85c55aa7ab8376a2d4d27af172f03868390ae17.tar.gz
Add python-yaml as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f642e61be4..fc4848251729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite"
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
license=('GPL')
makedepends=('git' 'awk' )
-depends=('python-binaryornot' 'python-npyscreen-git')
+depends=('python-binaryornot' 'python-npyscreen-git, python-yaml')
source=("https://github.com/hnicke/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('SKIP')
install=sodalite.install