diff --git a/srcpkgs/outils/template b/srcpkgs/outils/template index 7be1f0f75e6..18f2eb5635d 100644 --- a/srcpkgs/outils/template +++ b/srcpkgs/outils/template @@ -1,7 +1,7 @@ # Template file for 'outils' pkgname=outils -version=0.3 -revision=2 +version=0.4 +revision=1 build_style=gnu-makefile make_install_args="install install-calendars" makedepends="libressl-devel" @@ -12,13 +12,7 @@ maintainer="Christian Neukirchen " license="ISC, BSD" homepage="https://github.com/chneukirchen/outils" distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" -checksum=de4c947f8b71513c01a07e7f8e0958a891d3484cea0485d29ec531fa75042d64 - -pre_build() { - # Use types everywhere - find src -type f -exec sed -i "{}" -e "s;u_int;uint;g" -e "s;u_char;uint8_t;g" \; - sed -i src/liboutils/sha1.c -e "s;uint i;uint32_t i;" -} +checksum=197eb6dfb47e0de5bcd1a99d316378206749e45f6144ecdf5b55cc9f286caad7 do_build() { make ${makejobs} CC="$CC" CFLAGS="$CFLAGS"