mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:52:42 +01:00
django-taggit-0.11.1-1
added license and conflicting packages
This commit is contained in:
parent
06fa9e72d4
commit
d105860a40
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.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
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue