summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-02-17 11:08:46 -0800
committerDavid McInnis2016-02-17 11:08:46 -0800
commit6e2e6f2d2e2315668e7e282011bd9f3c1999e580 (patch)
treeba58982a9d82ac96731af9716e98d6cf73602cf4
parent4b0935ca0d83cde2d357e54649e4b0016ac7e846 (diff)
downloadaur-6e2e6f2d2e2315668e7e282011bd9f3c1999e580.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 303031298799..9d09fe838e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 00:26:36 UTC 2016
+# Wed Feb 17 19:08:37 UTC 2016
pkgbase = python-django-pgallery
pkgdesc = Photo gallery app for PostgreSQL and Django.
- pkgver = 0.6.1.dev0
+ pkgver = 0.7.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.6.1.dev0.tar.gz
- sha256sums = 6ec8c7f640151844b4903cfc2bf6ca7104ec095451a392248b4a02869044585a
+ source = https://pypi.python.org/packages/source/d/django-pgallery/django-pgallery-0.7.dev0.tar.gz
+ sha256sums = d30d0fd716c1c383cb9b8e5d25fc80d9854b2ba57cd15807f5de845f530b4674
pkgname = python-django-pgallery
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 65d1ae2c83b0..9bd04681fa37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-django-pgallery')
pkgname=('python-django-pgallery')
_module='django-pgallery'
-pkgver='0.6.1.dev0'
+pkgver='0.7.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=('6ec8c7f640151844b4903cfc2bf6ca7104ec095451a392248b4a02869044585a')
+sha256sums=('d30d0fd716c1c383cb9b8e5d25fc80d9854b2ba57cd15807f5de845f530b4674')
package() {
depends+=()