django-taggit-0.11.1-1

added license and conflicting packages
This commit is contained in:
Jaroslav Lichtblau 2014-12-18 21:31:41 +01:00
parent 06fa9e72d4
commit d105860a40
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,9 @@ pkgbase = django-taggit
url = http://github.com/alex/django-taggit/
arch = any
license = BSD
depends = python2-django
depends = django-1.4
conflicts = python-django-taggit
conflicts = python2-django-taggit
source = http://pypi.python.org/packages/source/d/django-taggit/django-taggit-0.11.1.tar.gz
md5sums = b8f77660c6b401e86ae986acecef46a1

View file

@ -8,7 +8,8 @@ pkgdesc="Simple tagging application for Django"
arch=('any')
url="http://github.com/alex/django-taggit/"
license=('BSD')
depends=('python2-django')
depends=('django-1.4')
conflicts=('python-django-taggit' 'python2-django-taggit')
source=(http://pypi.python.org/packages/source/d/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('b8f77660c6b401e86ae986acecef46a1')
@ -16,4 +17,5 @@ package() {
cd "${srcdir}"/$pkgname-$pkgver
python2 setup.py install --root="${pkgdir}"
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
}