From 63dbe8f89c8ca386e356b4780aef6bea3096981b Mon Sep 17 00:00:00 2001 From: totte Date: Sat, 9 Nov 2013 13:26:23 +0000 Subject: [PATCH] python-pexpect: Fix license --- python-pexpect/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pexpect/PKGBUILD b/python-pexpect/PKGBUILD index d3e407354..4d34a2a29 100644 --- a/python-pexpect/PKGBUILD +++ b/python-pexpect/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Python module for spawning and controlling other applications' arch=('any') url='http://pexpect.sourceforge.net/' -license=('MIT') +license=('custom:ISC') makedepends=('python3' 'python2') source=("https://github.com/pexpect/pexpect/releases/download/$pkgver/pexpect-$pkgver.tar.gz") #source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz")