summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitiAlone2020-12-12 21:07:37 +0100
committerTitiAlone2020-12-12 21:07:37 +0100
commit1e7db0bdb20041cce4ba0124509f9eb4117f0d6c (patch)
treefedb068e456f05b9d11f4c8c567855f45386940a
parentb12e070b885e2ef7cc02040cbb90b4553f09270f (diff)
downloadaur-1e7db0bdb20041cce4ba0124509f9eb4117f0d6c.tar.gz
Update to version 7.2.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3dc46128825..7843fe147c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: talone <talone@boxph.one>
pkgname=python-yoyo-migrations
-pkgver=6.1.0
-pkgrel=4
+pkgver=7.2.1
+pkgrel=2
pkgdesc='Database migrations with SQL'
arch=(any)
url='https://ollycope.com/software/yoyo/latest/'
@@ -10,7 +10,7 @@ license=(Apache)
depends=('python' 'python-iniherit' 'python-text-unidecode')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz")
-sha256sums=('4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c')
+sha256sums=('89b6d51e9fcc8f7b413ebfa99576d19a71c0a04a0917898e45ad02c711e5f0da')
package() {
cd yoyo-migrations-$pkgver