summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b191fde542..9137ee50be65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-agate-sql
pkgdesc = Adds SQL read/write support to agate
- pkgver = 0.5.3
- pkgrel = 3
+ pkgver = 0.5.4
+ pkgrel = 1
url = http://agate-sql.readthedocs.org/
arch = any
license = MIT
@@ -11,8 +11,9 @@ pkgbase = python-agate-sql
depends = python-agate>=1.5.0
depends = python-sqlalchemy>=1.0.8
depends = python-sphinx_rtd_theme>=0.1.6
- source = https://github.com/wireservice/agate-sql/archive/0.5.3.tar.gz
- sha256sums = 73f7ed13092a0ec18f94820290e5c372cfeea256daef53300ae168965d40a37a
+ optdepends = python-crate-git
+ source = https://github.com/wireservice/agate-sql/archive/0.5.4.tar.gz
+ sha256sums = 15eed2f24972907213809033a5cb138e9299724a638229476e9bd791401c0461
pkgname = python-agate-sql
diff --git a/PKGBUILD b/PKGBUILD
index c2ad7aff5119..86be20d08ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=agate-sql
pkgname=python-$_pkgname
-pkgver=0.5.3
-pkgrel=3
+pkgver=0.5.4
+pkgrel=1
pkgdesc="Adds SQL read/write support to agate"
arch=('any')
url="http://agate-sql.readthedocs.org/"
@@ -14,12 +14,15 @@ depends=(
'python-sqlalchemy>=1.0.8'
'python-sphinx_rtd_theme>=0.1.6'
)
+optdepends=(
+ 'python-crate-git'
+ )
makedepends=(
'python-setuptools'
'python-sphinx>=1.2.2'
)
source=("https://github.com/wireservice/agate-sql/archive/${pkgver}.tar.gz")
-sha256sums=('73f7ed13092a0ec18f94820290e5c372cfeea256daef53300ae168965d40a37a')
+sha256sums=('15eed2f24972907213809033a5cb138e9299724a638229476e9bd791401c0461')
package() {
cd "$srcdir/$_pkgname-$pkgver"