1
0
Fork 0

Update to 0.6.31

This commit is contained in:
Aaron Lindsay 2013-12-12 21:11:47 -05:00
parent 001916e9bd
commit d6696e847e
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: Aaron Lindsay <aaron@aclindsay.com> # Maintainer: Aaron Lindsay <aaron@aclindsay.com>
pkgname=python2-djblets pkgname=python2-djblets
pkgver=0.6.14 pkgver=0.6.31
pkgrel=2 pkgrel=1
pkgdesc="A collection of useful extensions for Django." pkgdesc="A collection of useful extensions for Django."
license=('MIT') license=('MIT')
arch=('i686' 'x86_64' 'armv7h') arch=('i686' 'x86_64' 'armv7h')
@ -12,8 +12,8 @@ makedepends=('python2-distribute')
provides=("python-djblets=$pkgver" "djblets=$pkgver") provides=("python-djblets=$pkgver" "djblets=$pkgver")
conflicts=('python-djblets' 'djblets') conflicts=('python-djblets' 'djblets')
replaces=('python-djblets' 'djblets') replaces=('python-djblets' 'djblets')
source=(https://github.com/djblets/djblets/tarball/release-0.6.14) source=(https://github.com/djblets/djblets/tarball/release-$pkgver)
sha256sums=('17057fe54a01112ddfd39615956019ad0e05ffd6dd4a044d7a3dc56989fc3ec8') sha256sums=('bec94de071a5399f360b8888a8be41a99920acdcdd7106fea2cc699fe2473486')
build() { build() {
cd ${srcdir}/djblets-djblets-* cd ${srcdir}/djblets-djblets-*