From d2965b3620c15e415ad9765d957f11a9abcfbbb6 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 16 Jun 2023 19:40:01 +0530 Subject: [PATCH] fselect: update to 0.8.4. --- srcpkgs/fselect/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/fselect/template b/srcpkgs/fselect/template index 9a9fe4371235..2aa8aa8bf435 100644 --- a/srcpkgs/fselect/template +++ b/srcpkgs/fselect/template @@ -1,7 +1,7 @@ # Template file for 'fselect' pkgname=fselect -version=0.8.3 -revision=2 +version=0.8.4 +revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="libzstd-devel" @@ -11,7 +11,7 @@ license="Apache-2.0, MIT" homepage="https://github.com/jhspetersson/fselect" changelog="https://github.com/jhspetersson/fselect/releases" distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz" -checksum=2b8e8b40ef490663239f3a24f9383fd5b832530e96513d58755b688b507d876e +checksum=db720310ff265012f283f9fdfb4ac99188bb4a3cbfe5550171c7e2ab55a36420 case "$XBPS_TARGET_MACHINE" in ppc64le*) ;; @@ -23,10 +23,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then XBPS_CROSS_RUSTFLAGS+=" -latomic" fi -post_patch() { - cargo update --package mp4parse@0.12.0 --precise 0.12.1 -} - post_install() { vlicense LICENSE-MIT vman docs/fselect.1