summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2020-04-27 17:12:20 +0200
committerMaikel Wever2020-04-27 17:12:20 +0200
commitd03f6ca6ff2be1dea1b9e9ca2205114b64db8dda (patch)
tree16a89caa36f3bd315a3ce39292a1c85f4cbd4d3d /PKGBUILD
parent992a1c71d697424adda343c3c8f2b3da76fbb63c (diff)
downloadaur-d03f6ca6ff2be1dea1b9e9ca2205114b64db8dda.tar.gz
Update to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d36aa29ba7b2..813d1b27747f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=python-dparse
-pkgver=0.4.1
+pkgver=0.5.1
pkgrel=1
pkgdesc="A parser for Python dependency files"
url="https://github.com/pyupio/dparse"
@@ -8,7 +8,7 @@ license=('MIT')
depends=('python' 'python-packaging' 'python-six' 'python-yaml')
makedepends=('python-setuptools')
source=("https://github.com/pyupio/dparse/archive/${pkgver}.tar.gz")
-md5sums=('306effeb97c89a5c579c7a5b53c12e17')
+md5sums=('e74e6d8720586113fe8311b996da8222')
arch=('any')
package() {