diff --git a/pkg.info b/pkg.info index 7ff3d57..f663702 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: uutils-coreutils description: Cross-platform Rust rewrite of the GNU coreutils -version: 0.1.0 -revision: 2 +version: 0.2.0 url: https://github.com/uutils/coreutils license: MIT architecture: any diff --git a/source.sh b/source.sh index 25df15b..c90babf 100644 --- a/source.sh +++ b/source.sh @@ -17,8 +17,6 @@ prepare() { cd "$BPM_SOURCE" # Add stty to makefile patch GNUmakefile < "$BPM_WORKDIR"/add_stty_to_makefile.patch - # Bump onig version from 6.4.0 to 6.5.1 - patch -Np1 -i "$BPM_WORKDIR"/bump-onig-version.patch } # The build function is executed in the source directory