diff options
author | Maikel Wever | 2020-04-27 17:12:20 +0200 |
---|---|---|
committer | Maikel Wever | 2020-04-27 17:12:20 +0200 |
commit | d03f6ca6ff2be1dea1b9e9ca2205114b64db8dda (patch) | |
tree | 16a89caa36f3bd315a3ce39292a1c85f4cbd4d3d /PKGBUILD | |
parent | 992a1c71d697424adda343c3c8f2b3da76fbb63c (diff) | |
download | aur-d03f6ca6ff2be1dea1b9e9ca2205114b64db8dda.tar.gz |
Update to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |