diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-26 00:00:44 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-26 00:00:44 -0600 |
commit | 23d897b9d2350accefe8784c08cde55b648a0a75 (patch) | |
tree | b7de5f2642d89f67503913bb735273edbcc528c2 /libre/python2-cssmin-fredj/PKGBUILD | |
parent | 06ad6a3f12629877f355f114dc5576107c03d14f (diff) |
clean up dependencies of parabolaweb-utils (past and future versions)
- remove libre/django13: it has since upgraded to django=1.4
- fix libre/python2-cssmin-fredj: had metadata from python2-django-countries
- add libre/python2-bencode: I don't know why it wasn't added.
- add libre/python2-jsmin: re-licensed from JSON to MIT.
Diffstat (limited to 'libre/python2-cssmin-fredj/PKGBUILD')
-rw-r--r-- | libre/python2-cssmin-fredj/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/python2-cssmin-fredj/PKGBUILD b/libre/python2-cssmin-fredj/PKGBUILD index 0f155de89..ba21b8fc4 100644 --- a/libre/python2-cssmin-fredj/PKGBUILD +++ b/libre/python2-cssmin-fredj/PKGBUILD @@ -4,14 +4,13 @@ _pkgname=python2-cssmin pkgname=python2-cssmin-fredj pkgver=0.1.4.git4 # 0.1.4.git<number of commits after 0.1.4> _gitver='commit=3422b9962c5a6c2adb9597f418131d73e991c9b6' -pkgdesc="Provides a country field for Django models" -license=('custom:MIT') -url="http://bitbucket.org/smileychris/django-countries/" - +pkgdesc="A Python port of the YUI CSS compression algorithm" +license=('custom:MIT' 'custom:BSD3') +url="https://github.com/fredj/cssmin" provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") -pkgrel=1 +pkgrel=2 arch=(any) makedepends=('python2-distribute') |