From 78988310f98cd3cd7838fb9ee5888e13034f5df7 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 5 May 2026 22:40:27 -0700 Subject: [PATCH] Update stuff --- arch/license-tool-hs/.gitignore | 1 + arch/license-tool-hs/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 arch/license-tool-hs/.gitignore diff --git a/arch/license-tool-hs/.gitignore b/arch/license-tool-hs/.gitignore new file mode 100644 index 0000000..c1ffe56 --- /dev/null +++ b/arch/license-tool-hs/.gitignore @@ -0,0 +1 @@ +license-tool-hs/ diff --git a/arch/license-tool-hs/PKGBUILD b/arch/license-tool-hs/PKGBUILD index ca3b3f5..522da56 100644 --- a/arch/license-tool-hs/PKGBUILD +++ b/arch/license-tool-hs/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexander Rosenberg pkgname='license-tool-hs' -pkgver=4 +pkgver=6 pkgrel=1 pkgdesc='A simple tool for creating LICENSE files' url='https://git.zander.im/Zander671/license-tool-hs'