summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-02-04 14:36:09 -0800
committerDavid McInnis2016-02-04 14:36:09 -0800
commit0311a0020312f1252f2ced1e834253b339c9c1c2 (patch)
tree7fecc2a1bf1fba4ba8c224c08df056ab88abde78
parentccc5288866edc3b28ee3e5b9a5b081edf63a8ae9 (diff)
downloadaur-0311a0020312f1252f2ced1e834253b339c9c1c2.tar.gz
added django-hstore dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7eade6655e8..2111f5c95933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 07:04:58 UTC 2016
+# Thu Feb 4 22:35:45 UTC 2016
pkgbase = python-django-pgallery
pkgdesc = Photo gallery app for PostgreSQL and Django.
pkgver = 0.6.1.dev0
@@ -13,6 +13,7 @@ pkgbase = python-django-pgallery
depends = python-psycopg2
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
@@ -22,4 +23,5 @@ pkgname = python-django-pgallery
depends = python-psycopg2
depends = python-django-markitup
depends = python-django-model-utils
+ depends = python-django-hstore
diff --git a/PKGBUILD b/PKGBUILD
index 126127aa6f76..d192ed4b3d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgver='0.6.1.dev0'
pkgrel=1
pkgdesc="Photo gallery app for PostgreSQL and Django."
url="https://github.com/zsiciarz/django-pgallery"
-depends=('python-django' 'python-pillow' 'python-psycopg2' 'python-django-markitup' 'python-django-model-utils')
+depends=('python-django' 'python-pillow' 'python-psycopg2'
+ 'python-django-markitup' 'python-django-model-utils' 'python-django-hstore')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')