Date: Thursday, January 28, 2021 @ 08:33:42 Author: arojas Revision: 833217
Update to 4.9.10 Modified: subsurface-libdc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-28 08:30:08 UTC (rev 833216) +++ PKGBUILD 2021-01-28 08:33:42 UTC (rev 833217) @@ -3,7 +3,7 @@ pkgname=subsurface-libdc _pkgname=libdivecomputer-subsurface-branch -pkgver=4.9.8 +pkgver=4.9.10 pkgrel=1 pkgdesc='Library for communication with dive computers' url='https://github.com/Subsurface-divelog/libdc' @@ -10,7 +10,8 @@ license=('LGPL') arch=('x86_64') source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz") -sha256sums=('0068c1026d6a000646b36df86eafd2a35e3196df54c9457e61458130272afe0f') +sha256sums=('89cf2bf07351ea379b1591a08588af4122af4d8f133c0898923ac0363a89a6de') +depends=('glibc') prepare() { cd ${_pkgname}-${pkgver}
