summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-06-01 13:51:47 +0200
committerHeiko Nickerl2018-06-01 13:51:47 +0200
commit6aa6c76ed74cf7b8e62947ab7992928dfcd49780 (patch)
treeb19d543aba36789b7069fa4a1086c64d51c92669
parent63aee065b3f59cee5e136003dd6ee934597cff7a (diff)
downloadaur-6aa6c76ed74cf7b8e62947ab7992928dfcd49780.tar.gz
add python-pygments as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b08204866e8..253b9988648e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = sodalite-git
depends = python-urwid
depends = python-yaml
depends = python-pyperclip
+ depends = python-pygments
conflicts = sodalite
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb0e4681bddd..516297dd7f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="www.github.com/hnicke/sodalite"
license=('GPL')
conflicts=('sodalite')
makedepends=('git' 'awk' )
-depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip')
+depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip' 'python-pygments')
source=('git+https://github.com/hnicke/sodalite.git')
md5sums=('SKIP')
install=sodalite.install