Date: Saturday, October 9, 2021 @ 10:58:05 Author: rgacogne Revision: 1029130
upgpkg: hiredis 1.0.2-1: update to 1.0.2 which fixes the soname issue Modified: hiredis/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-09 10:48:46 UTC (rev 1029129) +++ PKGBUILD 2021-10-09 10:58:05 UTC (rev 1029130) @@ -2,7 +2,7 @@ # Contributor: Vladimir Tsanev <[email protected]> pkgname=hiredis -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc='Minimalistic C client library for Redis' arch=('x86_64') @@ -11,15 +11,8 @@ depends=('glibc') checkdepends=('redis') source=(https://github.com/redis/$pkgname/archive/v$pkgver/hiredis-$pkgver.tar.gz) -sha256sums=('a420df40775ac7b4b46550dd4df78ffe6620616333496a17c9c9fc556815ba4b') +sha256sums=('e0ab696e2f07deb4252dda45b703d09854e53b9703c7d52182ce5a22616c3819') -prepare() { - # work around the accidental soname bump in 1.0.1 - # https://github.com/redis/hiredis/issues/987 - cd $pkgname-$pkgver - sed -i "s,#define HIREDIS_SONAME 1.0.1,#define HIREDIS_SONAME 1.0.0," hiredis.h -} - build() { cd $pkgname-$pkgver make PREFIX=/usr
