diff options
author | fl0w1 | 2017-12-18 12:26:53 +0100 |
---|---|---|
committer | fl0w1 | 2017-12-18 12:26:53 +0100 |
commit | 16f30110a47904ac0222199f3ed1d221c59fef1f (patch) | |
tree | 559715bba506f3e5e9b282e8578e442cb32995b1 | |
parent | b0b365d9671068ec008c06ef9fd49437b6886f4d (diff) | |
download | aur-16f30110a47904ac0222199f3ed1d221c59fef1f.tar.gz |
Fixed checksums
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ pkgbase = python-pathvalidate makedepends = python-setuptools depends = python source = https://github.com/thombashi/pathvalidate/archive/v0.16.2.tar.gz - md5sums = 083344c144ed3ebe0e7d82731c2ddbf7 + md5sums = 074d4798fd24e75c56f92fcd349abfa6 pkgname = python-pathvalidate @@ -9,7 +9,7 @@ makedepends=('python-setuptools') license=('MIT') arch=('any') source=("https://github.com/thombashi/pathvalidate/archive/v${pkgver}.tar.gz") -md5sums=('083344c144ed3ebe0e7d82731c2ddbf7') +md5sums=('074d4798fd24e75c56f92fcd349abfa6') build() { cd "${srcdir}/${_module}-${pkgver}" |