summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-04-06 14:00:20 +0200
committerMarcell Meszaros2022-04-06 18:33:46 +0200
commit2d82278ce6fc9805a76036f626c600764599f2f1 (patch)
tree7717f91ca6712b47da7eadca71bf5499bfea4ca4 /PKGBUILD
parent62076771789acd3f41da8e19888913d33088ca3a (diff)
downloadaur-2d82278ce6fc9805a76036f626c600764599f2f1.tar.gz
remove unneeded python2-mock dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95962a52112e..b81ef1b9b383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: jyantis <yantis@yantis.net>
+# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: jyantis <yantis@yantis.net>
pkgname=python2-colorama-git
-pkgver=0.3.3.r116.97e2635
-pkgrel=2
+pkgver=0.4.5.pre.0.4.1.r101.gaff7fb2
+pkgrel=1
pkgdesc='Simple cross-plaform colored terminal text in Python 2'
arch=('any')
url='https://github.com/tartley/colorama'
license=('BSD')
-depends=('python2' 'python2-setuptools' 'python2-mock')
+depends=('python2' 'python2-setuptools')
source=('git+https://github.com/tartley/colorama.git')
sha256sums=('SKIP')
makedepends=('git')