Date: Tuesday, December 26, 2017 @ 02:24:37 Author: eschwartz Revision: 276083
Fix failing to build from source. The source download has disappeared, but the github archive seems to have the same contents even though the checksum has changed. At least, the built package is identical. Modified: python-minidb/repos/community-any/PKGBUILD python-minidb/trunk/PKGBUILD ------------------------------+ repos/community-any/PKGBUILD | 4 ++-- trunk/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: repos/community-any/PKGBUILD =================================================================== --- repos/community-any/PKGBUILD 2017-12-26 02:22:10 UTC (rev 276082) +++ repos/community-any/PKGBUILD 2017-12-26 02:24:37 UTC (rev 276083) @@ -10,8 +10,8 @@ url="https://thp.io/2010/minidb/" license=('ISC') depends=('python') -source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz") -md5sums=('b0253f6e8a288fd8f2e476a25dac51ce') +source=("$_pkgname-$pkgver.tar.gz::https://github.com/thp/$_pkgname/archive/$pkgver.tar.gz") +md5sums=('1aa7b7afa9c51507a595895d162ad12f') build() { cd $_pkgname-$pkgver Modified: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD 2017-12-26 02:22:10 UTC (rev 276082) +++ trunk/PKGBUILD 2017-12-26 02:24:37 UTC (rev 276083) @@ -10,8 +10,8 @@ url="https://thp.io/2010/minidb/" license=('ISC') depends=('python') -source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz") -md5sums=('b0253f6e8a288fd8f2e476a25dac51ce') +source=("$_pkgname-$pkgver.tar.gz::https://github.com/thp/$_pkgname/archive/$pkgver.tar.gz") +md5sums=('1aa7b7afa9c51507a595895d162ad12f') build() { cd $_pkgname-$pkgver
