From 02f75dadb353862628db9e7a708cc6dfa5e71b7b Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 8 Nov 2022 13:34:53 -0500 Subject: [PATCH] autotiling: update to 1.8 --- srcpkgs/autotiling/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template index c75a2e8ca0e..2b2d5ab2ccc 100644 --- a/srcpkgs/autotiling/template +++ b/srcpkgs/autotiling/template @@ -1,7 +1,7 @@ # Template file for 'autotiling' pkgname=autotiling -version=1.7 -revision=2 +version=1.8 +revision=1 build_style=python3-module hostmakedepends="python3-wheel" depends="python3-i3ipc" @@ -9,7 +9,7 @@ short_desc="Automatically switch horizontal/vertical split orientation in i3/swa maintainer="Adrian Göransson " license="GPL-3.0-or-later" homepage="https://github.com/nwg-piotr/autotiling" -distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz" -checksum=7977630e56238f05fb0e88f9d45a59c6cf508be8ed90ce6d3a1f820d93c90242 +distfiles="https://github.com/nwg-piotr/autotiling/archive/refs/tags/v${version}.tar.gz" +checksum=bb49f1bae9615a95f7c6c6ce9654cb1aaaa0833679fc6bd08c2a16619810e974 # There is no test suite for this package make_check=no