diff options
author | Hugo Osvaldo Barrera | 2020-04-26 01:58:19 +0200 |
---|---|---|
committer | Hugo Osvaldo Barrera | 2020-04-26 01:58:19 +0200 |
commit | 0b813d2ccb5e3e012c297a0d952412f50e419073 (patch) | |
tree | dcdfee0fc1a6da843a71926bf4b5745ad5ada39b | |
parent | 54d12e509e1b3f237d22e589725adc65208578dd (diff) | |
download | aur-0b813d2ccb5e3e012c297a0d952412f50e419073.tar.gz |
Update to 0.4.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Tue Aug 7 17:05:34 UTC 2018 pkgbase = python-flake8-sql pkgdesc = Plugin that checks SQL code against opinionated style rules. - pkgver = 0.2.0 + pkgver = 0.4.0 pkgrel = 1 url = https://github.com/pgjones/flake8-sql arch = any @@ -10,8 +8,8 @@ pkgbase = python-flake8-sql depends = flake8 provides = flake8-sql replaces = flake8-sql - source = https://github.com/pgjones/flake8-sql/archive/0.2.0.tar.gz - md5sums = 1cde8e06c25aec0a415c32aafd8567f3 + source = https://github.com/pgjones/flake8-sql/archive/0.4.0.tar.gz + md5sums = 2068ed9edba616d42a9e67d0391e2d29 pkgname = python-flake8-sql diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..f34a96c51ab9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +pkg +src @@ -2,7 +2,7 @@ pkgname="python-flake8-sql" _pkgname=flake8-sql -pkgver=0.2.0 +pkgver=0.4.0 pkgrel=1 pkgdesc="Plugin that checks SQL code against opinionated style rules." arch=('any') @@ -12,7 +12,7 @@ depends=('flake8') replaces=('flake8-sql') provides=('flake8-sql') source=("https://github.com/pgjones/flake8-sql/archive/$pkgver.tar.gz") -md5sums=('1cde8e06c25aec0a415c32aafd8567f3') +md5sums=('2068ed9edba616d42a9e67d0391e2d29') build() { cd "${_pkgname}-${pkgver}" |