From f54b4d6e44628cc7c7b8b9cc4349d890a0437a3b Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 29 Jun 2021 12:51:35 -0700 Subject: [PATCH] xdo: fix license, vsed --- srcpkgs/xdo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xdo/template b/srcpkgs/xdo/template index 38ad79065d8..8f63746ea12 100644 --- a/srcpkgs/xdo/template +++ b/srcpkgs/xdo/template @@ -1,18 +1,18 @@ # Template file for 'xdo' pkgname=xdo version=0.5.7 -revision=2 +revision=3 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-wm-devel" short_desc="Small X utility to perform elementary actions on windows" maintainer="bra1nwave " -license="BSD" +license="BSD-2-Clause" homepage="https://github.com/baskerville/xdo" distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz" checksum=b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4 post_extract() { - sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile + vsed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile } post_install() {