summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitiAlone2020-07-27 16:26:47 +0200
committerTitiAlone2020-07-27 16:26:47 +0200
commitb12e070b885e2ef7cc02040cbb90b4553f09270f (patch)
treedb84a32965b66414045dc0bffcfe4ff7c0cc114d
parentb6e3b328ea35141f9932f627bab61cdd4d0fdfd1 (diff)
downloadaur-b12e070b885e2ef7cc02040cbb90b4553f09270f.tar.gz
Correct shasum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 159dd5d595ef..a0235f368f05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-yoyo-migrations
pkgdesc = Database migrations with SQL
pkgver = 6.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://ollycope.com/software/yoyo/latest/
arch = any
license = Apache
@@ -10,7 +10,7 @@ pkgbase = python-yoyo-migrations
depends = python-iniherit
depends = python-text-unidecode
source = https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-6.1.0.tar.gz
- sha256sums = a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359
+ sha256sums = 4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c
pkgname = python-yoyo-migrations
diff --git a/PKGBUILD b/PKGBUILD
index b2e6254d0488..e3dc46128825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-yoyo-migrations
pkgver=6.1.0
-pkgrel=3
+pkgrel=4
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=('a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359')
+sha256sums=('4538dbdfe4784c30bade14275558247ec8ce8111b4948dc38f51d4172f9d513c')
package() {
cd yoyo-migrations-$pkgver