summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2020-04-26 16:08:00 +0800
committerKaizhao Zhang2020-04-26 16:08:00 +0800
commite02211fe35f6b353790886571624b158f489a255 (patch)
tree289deb89dda5c6101270aaa18906ee140662b5f8 /PKGBUILD
parenta5338c1ec81662f0d45268cf77624a336c98906c (diff)
downloadaur-python-dlint.tar.gz
Updated to version 0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11297dad558d..dc9c820e2f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_name=dlint
pkgname="python-${_name}"
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Dlint is a tool for encouraging best coding practices and helping ensure we're writing secure Python code."
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure."
arch=('any')
url="https://github.com/duo-labs/dlint"
license=('BSD')
@@ -16,7 +16,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '4dabda6a97cec0dad2cfab985558acf40f2b64a3dce630b748e2fd389143c245'
+ '65cfeba30580c4045d308f1821b44f89e67882bb6b264af119d37dd42857635b'
)
prepare() {