summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTitiAlone2020-07-27 16:11:48 +0200
committerTitiAlone2020-07-27 16:11:48 +0200
commitfb819b36c40940b51636abf91fda9d07d3030289 (patch)
treed40adf13941d430f6b290e215c89a45f88f525cf /PKGBUILD
parentfcab7fc4d2c5d497eea2b8595f33fbceaba32d8c (diff)
downloadaur-fb819b36c40940b51636abf91fda9d07d3030289.tar.gz
Correct error from release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a49e5ae02fc4..3a38abb9d9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-yoyo-migrations
pkgver=7.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Database migrations with SQL'
arch=(any)
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/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz')
+source=("https://files.pythonhosted.org/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz")
sha256sums=('a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359')
package() {