Another request: sourceforge is extremely slow (at least here), could you switch to either the official site (dlib.net) or github?
official is pretty straightforward, it's the same tarball:
-source=("https://downloads.sourceforge.net/project/dclib/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+source=("http://dlib.net/files/${pkgname}-${pkgver}.tar.bz2")
Github only has tar.gz as far as I know, so it needs a different sha256sum:
-source=("https://downloads.sourceforge.net/project/dclib/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1decfe883635ce51acd72869cebe870ab9b85eb094d417adc8f48aa7b8c60cd7')
+source=("https://github.com/davisking/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('7af455bb422d3ae5ef369c51ee64e98fa68c39435b0fa23be2e5d593a3d45b87')
Pinned Comments