summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f39d0581660..47af5665b670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-yoyo-migrations
pkgdesc = Database migrations with SQL
- pkgver = 6.1.0
+ pkgver = 7.2.0
pkgrel = 1
url = https://ollycope.com/software/yoyo/latest/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-yoyo-migrations
depends = python
depends = python-iniherit
depends = python-text-unidecode
- source = https://files.pythonhosted.org/packages/a3/fc/5c80eb3dd9689c704db38c9a412b33cbc07f4838d11f5a2cf2bbf40d09f9/yoyo-migrations-6.1.0.tar.gz
- sha256sums = 4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c
+ source = https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz
+ sha256sums = a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359
pkgname = python-yoyo-migrations
diff --git a/PKGBUILD b/PKGBUILD
index 98fb7f7be9c6..a49e5ae02fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: lll2yu <lll2yu@protonmail.com>
+# Maintainer: talone <talone@boxph.one>
pkgname=python-yoyo-migrations
-pkgver=6.1.0
+pkgver=7.2.0
pkgrel=1
pkgdesc='Database migrations with SQL'
arch=(any)
-url=https://ollycope.com/software/yoyo/latest/
+url='https://ollycope.com/software/yoyo/latest/'
license=(Apache)
depends=('python' 'python-iniherit' 'python-text-unidecode')
makedepends=('python-pip')
-source=(https://files.pythonhosted.org/packages/a3/fc/5c80eb3dd9689c704db38c9a412b33cbc07f4838d11f5a2cf2bbf40d09f9/yoyo-migrations-$pkgver.tar.gz)
-sha256sums=('4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c')
+source=('https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz')
+sha256sums=('a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359')
package() {
cd yoyo-migrations-$pkgver