From 0ad5b01307ffa2c3ae7887030b750f761367cc4d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 5 Oct 2018 12:48:46 +0200 Subject: [PATCH] instead: fix typo --- srcpkgs/instead/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/instead/template b/srcpkgs/instead/template index 7a22d26fe0c..8ba605d3689 100644 --- a/srcpkgs/instead/template +++ b/srcpkgs/instead/template @@ -1,7 +1,7 @@ # Template file for 'instead' pkgname=instead version=3.2.2 -revision=1 +revision=2 build_style=cmake build_options="gtk3 sdl2" build_options_default="sdl2" @@ -17,6 +17,6 @@ changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLo distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz" checksum=fd3e732e548a36ae85a27ea2e0743fd8c097ab8b613fc6e4b86a762fd15def1f -post_intall() { +post_install() { vlicense COPYING }