From 3bdcd134d4f5bef632ae0fcc64979b23d1dd703d Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 16 Jul 2019 23:25:08 +0200 Subject: [PATCH] yoshimi: update to 1.5.11.4. --- srcpkgs/yoshimi/patches/musl.patch | 13 ------------- srcpkgs/yoshimi/template | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/yoshimi/patches/musl.patch diff --git a/srcpkgs/yoshimi/patches/musl.patch b/srcpkgs/yoshimi/patches/musl.patch deleted file mode 100644 index 4f034192fc3..00000000000 --- a/srcpkgs/yoshimi/patches/musl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git src/Misc/RandomGen.h src/Misc/RandomGen.h -index 29aeb48..f7c90f8 100644 ---- src/Misc/RandomGen.h -+++ src/Misc/RandomGen.h -@@ -187,7 +187,7 @@ class JenkinsPRNG - } - - private: -- uint32_t rot(uint32_t x, uint k) { return (x << k)|(x >> (32-k)); } -+ uint32_t rot(uint32_t x, unsigned int k) { return (x << k)|(x >> (32-k)); } - }; - - diff --git a/srcpkgs/yoshimi/template b/srcpkgs/yoshimi/template index 42c295b5a51..d34d8fe03ea 100644 --- a/srcpkgs/yoshimi/template +++ b/srcpkgs/yoshimi/template @@ -1,6 +1,6 @@ # Template file for 'yoshimi' pkgname=yoshimi -version=1.5.11.1 +version=1.5.11.4 revision=1 build_wrksrc=src build_style=cmake @@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni " license="GPL-2.0-or-later" homepage="https://yoshimi.github.io/" distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz" -checksum=3ac5db7c508af82bfd346ce85e94f5fc69d3054251d14de72e9c4eeb7586f087 +checksum=36e0b1ff3b513646387612cbe420ddf444ca91842994d01b7a8890696d6a63dc case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone";;