summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-09-08 10:18:18 -0400
committerJeremy Audet2016-09-08 10:18:18 -0400
commit0867ed8a2eecb5f5e1bdfad852fd2c397ea268d4 (patch)
tree3c0b9a871b2919ec95791415223d2daf8a01a837 /PKGBUILD
parent3d594619c1fb99dd14ab14fac492447d1de5c361 (diff)
downloadaur-python-django-extensions.tar.gz
Update to vesrion 1.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6fed9ea60ba..6a28975028e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgbase=python-django-extensions
_pkgbase="${pkgbase#python-}"
pkgname=(python-django-extensions python2-django-extensions)
-pkgver=1.7.2
+pkgver=1.7.4
pkgrel=1
pkgdesc='A collection of custom extensions for the Django Framework.'
arch=(any)
@@ -25,7 +25,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/${_pkgbase}/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('6fde370094ce6f828100a1fc8a31b4f585a03e572416c5b99c69d4ede60a13ba')
+sha256sums=('74e965288bef1936e08cf4b5967c9a4efb7fc79a79ae07112aeffc759a92c270')
package_python-django-extensions() {
depends=(python-django python-six)