summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28e81685cb5..2726d329c651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yoyo-migrations
pkgdesc = Database migrations with SQL
pkgver = 7.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://ollycope.com/software/yoyo/latest/
arch = any
license = Apache
@@ -9,6 +9,7 @@ pkgbase = python-yoyo-migrations
depends = python
depends = python-iniherit
depends = python-text-unidecode
+ depends = python-sqlparse
source = https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-7.2.1.tar.gz
sha256sums = 89b6d51e9fcc8f7b413ebfa99576d19a71c0a04a0917898e45ad02c711e5f0da
diff --git a/PKGBUILD b/PKGBUILD
index 7843fe147c3e..3a81f5b61571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-yoyo-migrations
pkgver=7.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='Database migrations with SQL'
arch=(any)
url='https://ollycope.com/software/yoyo/latest/'
license=(Apache)
-depends=('python' 'python-iniherit' 'python-text-unidecode')
+depends=('python' 'python-iniherit' 'python-text-unidecode' 'python-sqlparse')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz")
sha256sums=('89b6d51e9fcc8f7b413ebfa99576d19a71c0a04a0917898e45ad02c711e5f0da')