Corrected the license field in the Arch Linux package
authorAndrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
Sun, 17 Oct 2010 15:30:28 +0400
changeset 125 3dc474919a89
parent 124 9700357a6690
child 126 7a5c5746d4f0
Corrected the license field in the Arch Linux package
contrib/PKGBUILD
--- a/contrib/PKGBUILD	Sun Oct 17 15:15:11 2010 +0400
+++ b/contrib/PKGBUILD	Sun Oct 17 15:30:28 2010 +0400
@@ -2,11 +2,11 @@
 
 pkgname=python-opster
 pkgver=0.9.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Python command line parsing speedster"
 arch=(any)
 url="http://hg.piranha.org.ua/opster/"
-license=('GPL')
+license=('BSD')
 depends=('python')
 source=("http://pypi.python.org/packages/source/o/opster/opster-$pkgver.tar.gz")
 md5sums=('24b2349fa3930eb17e28e6fc7cf78575')