summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2015-07-11 00:00:28 +0900
committeranekos2015-07-11 00:00:28 +0900
commit7ccf600090c331c4a29a92a30fb225c17e0514be (patch)
treeb06dbbb874672893c99c51cf4c3ffb507379487c
parent34996759277e46ff3756bab16f8edc54c38d62f1 (diff)
downloadaur-7ccf600090c331c4a29a92a30fb225c17e0514be.tar.gz
Fix optdepends: python2-cmigemo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38bf5cbd29b5..1862c47e07f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/mooz/percol"
arch=('i686' 'x86_64')
license=('MIT')
depends=('python2' 'python2-six' 'python2-setuptools')
-optdepends=('python-cmigemo')
+optdepends=('python2-cmigemo')
source=("$_pkgname::git+https://github.com/mooz/percol.git")
md5sums=('SKIP')