diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:43:19 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 19:43:19 -0500 |
commit | 54f9a793badf6063d8bfa7d261727d08f3de034a (patch) | |
tree | 6340cf3f1499d47e21043f194cca3e16526460e6 /libre/parabolaweb-utils | |
parent | c417eb2f5a57eff84128424bd02b92b60615adb0 (diff) |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index e3d9444ce..1015f60a6 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -6,7 +6,7 @@ # _get_depends_nover (no version requirements) pkgname=parabolaweb-utils -pkgver=20121115.1554 +pkgver=20121213.0039 pkgrel=1 pkgdesc="Utils for the Parabola website" arch=('any') @@ -19,6 +19,7 @@ depends=( 'git' # used in parabolaweb-download 'libretools' # used in parabolaweb-{download,update} (libremessages) `_get_depends`) +conflicts=('django>=1.5') # hold it at 1.4 makedepends=(makepkg-git) backup=('etc/conf.d/parabolaweb') |