summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-02-03 23:08:26 -0800
committerDavid McInnis2016-02-03 23:08:26 -0800
commitac2896c50510fd5bdff5a835316d09eb706cc0d3 (patch)
tree076dc0766d7b1a8fd7062d378476bc72d7911dde
parentdb4aa3508c0cb019b8a6285dee286e8d39977958 (diff)
downloadaur-ac2896c50510fd5bdff5a835316d09eb706cc0d3.tar.gz
changed to sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa885b3c7fd..6bce24cd0026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 06:59:29 UTC 2016
+# Thu Feb 4 07:08:08 UTC 2016
pkgbase = python-django-model-utils
pkgdesc = Django model mixins and utilities
pkgver = 2.4
@@ -10,7 +10,7 @@ pkgbase = python-django-model-utils
makedepends = python-setuptools
depends = python-django
source = https://pypi.python.org/packages/source/d/django-model-utils/django-model-utils-2.4.tar.gz
- md5sums = 6bef27d0ef53a2132b86825921c3b0da
+ sha256sums = 26795b12c85044073438d78d6efbb0071ebe1ebf7be2c185f2f0ba25ac446464
pkgname = python-django-model-utils
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 3d16f15cb181..5361b8aefe2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://pypi.python.org/packages/source/d/django-model-utils/django-model-utils-${pkgver}.tar.gz")
-md5sums=('6bef27d0ef53a2132b86825921c3b0da')
+sha256sums=('26795b12c85044073438d78d6efbb0071ebe1ebf7be2c185f2f0ba25ac446464')
package() {
depends+=()