diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template index 36113db2dce..f62c3da48fb 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,6 +1,6 @@ # Template file for 'rhash' pkgname=rhash -version=1.4.2 +version=1.4.3 revision=1 wrksrc="RHash-${version}" build_style=configure @@ -15,10 +15,10 @@ maintainer="Leah Neukirchen " license="0BSD" homepage="https://github.com/rhash/RHash" distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" -checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 +checksum=1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e post_extract() { - sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h + vsed -i -e 's/__GLIBC__/__linux__/' librhash/byte_order.h } post_install() {