summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a2f08ee7ad..159dd5d595ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yoyo-migrations
pkgdesc = Database migrations with SQL
- pkgver = 7.2.0
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 3
url = https://ollycope.com/software/yoyo/latest/
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = python-yoyo-migrations
depends = python
depends = python-iniherit
depends = python-text-unidecode
- source = https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-7.2.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-6.1.0.tar.gz
sha256sums = a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359
pkgname = python-yoyo-migrations
diff --git a/PKGBUILD b/PKGBUILD
index 3a38abb9d9fc..b2e6254d0488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: talone <talone@boxph.one>
pkgname=python-yoyo-migrations
-pkgver=7.2.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=3
pkgdesc='Database migrations with SQL'
arch=(any)
url='https://ollycope.com/software/yoyo/latest/'