From d105860a4022d4bbbe3683fa8c6a329b19826256 Mon Sep 17 00:00:00 2001 From: Jaroslav Lichtblau Date: Thu, 18 Dec 2014 21:31:41 +0100 Subject: [PATCH] django-taggit-0.11.1-1 added license and conflicting packages --- .SRCINFO | 4 +++- PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f9e01235b69..4d459046eea9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index b744627dc765..44acb834c446 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 }