diff options
author | fl0w1 | 2017-09-01 14:27:51 +0200 |
---|---|---|
committer | fl0w1 | 2017-09-01 14:27:51 +0200 |
commit | 3d4ede57ede71b9d35d96acd190ff8e9d88764b9 (patch) | |
tree | 3bba0d0a905a339faaa261f6bdb4bcf256c09720 | |
parent | e855c5855045f6084e0b28af576a8048cbf5064c (diff) | |
download | aur-3d4ede57ede71b9d35d96acd190ff8e9d88764b9.tar.gz |
md5sum was wrong
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ pkgbase = python-simplesqlite depends = python-mbstrdecoder depends = python-six depends = python-typepy>=0.0.20 - source = https://github.com/thombashi/SimpleSQLite/archive/v00.15.0.tar.gz + source = https://github.com/thombashi/SimpleSQLite/archive/v0.15.0.tar.gz md5sums = be05735a65f91bf0bb47c2bfcf474dd3 pkgname = python-simplesqlite @@ -10,8 +10,8 @@ depends=('python' 'python-pathvalidate>=0.16.1' 'python-pytablereader>=0.13.0' ' makedepends=('python-setuptools') license=('MIT') arch=('any') -source=("https://github.com/thombashi/SimpleSQLite/archive/v0${pkgver}.tar.gz") -md5sums=('be05735a65f91bf0bb47c2bfcf474dd3') +source=("https://github.com/thombashi/SimpleSQLite/archive/v${pkgver}.tar.gz") +md5sums=('34ea04a94f78e6753542b0131eba6c5a') build() { cd "${srcdir}/${_module}-${pkgver}" |