Date: Monday, October 23, 2017 @ 00:02:55 Author: bisson Revision: 264010
orig url tarball has been fixed Modified: subsurface-libdc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-22 22:30:55 UTC (rev 264009) +++ PKGBUILD 2017-10-23 00:02:55 UTC (rev 264010) @@ -3,7 +3,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=subsurface-libdc -_pkgname=libdc +_pkgname=libdivecomputer-subsurface-branch pkgver=4.7.1 pkgrel=1 pkgdesc='Library for communication with dive computers' @@ -10,8 +10,8 @@ url='https://github.com/Subsurface-divelog/libdc' license=('LGPL') arch=('i686' 'x86_64') -source=("https://github.com/Subsurface-divelog/libdc/archive/v${pkgver}.tar.gz") -sha256sums=('36851bcc0c687b763a13243994dcecc27bde5f6e82e3f66846a82abbb252e1b9') +source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz") +sha256sums=('b134b2535c49ef1a3af2b279e1ce9931790b2503ab2a9a7bd2fcf3b4fc3c452f') conflicts=('libdivecomputer') provides=('libdivecomputer')
