From d8cbe36efced2c4d498083ac99612823011e14a7 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 4 Apr 2025 11:28:37 +0200 Subject: [PATCH] amp: update to 0.7.1 --- srcpkgs/amp/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/amp/template b/srcpkgs/amp/template index b259f85e6ad..04b5230d99a 100644 --- a/srcpkgs/amp/template +++ b/srcpkgs/amp/template @@ -1,9 +1,9 @@ # Template file for 'amp' pkgname=amp -version=0.7.0 +version=0.7.1 revision=1 build_style=cargo -hostmakedepends="cmake git python3 pkg-config" +hostmakedepends="pkg-config" makedepends="libxcb-devel oniguruma-devel libgit2-devel" short_desc="Complete text editor for your terminal" maintainer="Wilson Birney " @@ -11,4 +11,6 @@ license="GPL-3.0-or-later" homepage="https://amp.rs" changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md" distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz" -checksum=d77946c042df6c27941f6994877e0e62c71807f245b16b41cf00dbf8b3553731 +checksum=59a65c2c4592eed188433fe7c4bf2ba84206f217bdafc5a2c7f97623f5607c12 + +export BUILD_REVISION="Void Linux"