summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-03-14 16:55:26 -0700
committerDavid McInnis2016-03-14 16:55:26 -0700
commit616c7a14623f33cbe96b83ea69519e8a18f81ec3 (patch)
tree78ca02fa9eaf696eb0bd9b40998918b5aba4623b
parent6e2e6f2d2e2315668e7e282011bd9f3c1999e580 (diff)
downloadaur-python-django-pgallery.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d09fe838e44..758af017fbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 19:08:37 UTC 2016
+# Mon Mar 14 23:55:13 UTC 2016
pkgbase = python-django-pgallery
pkgdesc = Photo gallery app for PostgreSQL and Django.
- pkgver = 0.7.dev0
+ pkgver = 0.7.1.dev0
pkgrel = 1
url = https://github.com/zsiciarz/django-pgallery
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-django-pgallery
depends = python-django-markitup
depends = python-django-model-utils
depends = python-django-hstore
- source = https://pypi.python.org/packages/source/d/django-pgallery/django-pgallery-0.7.dev0.tar.gz
- sha256sums = d30d0fd716c1c383cb9b8e5d25fc80d9854b2ba57cd15807f5de845f530b4674
+ source = https://pypi.python.org/packages/source/d/django-pgallery/django-pgallery-0.7.1.dev0.tar.gz
+ sha256sums = df86e0fe7c3d864eec6012290e60c22d090eb24a40e2ecf6ef464288eb6f711f
pkgname = python-django-pgallery
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 9bd04681fa37..c866a9585d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-django-pgallery')
pkgname=('python-django-pgallery')
_module='django-pgallery'
-pkgver='0.7.dev0'
+pkgver='0.7.1.dev0'
pkgrel=1
pkgdesc="Photo gallery app for PostgreSQL and Django."
url="https://github.com/zsiciarz/django-pgallery"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/d/django-pgallery/django-pgallery-${pkgver}.tar.gz")
-sha256sums=('d30d0fd716c1c383cb9b8e5d25fc80d9854b2ba57cd15807f5de845f530b4674')
+sha256sums=('df86e0fe7c3d864eec6012290e60c22d090eb24a40e2ecf6ef464288eb6f711f')
package() {
depends+=()