From 4ffc8f29cec6dc7c5daa0dfdaf1994c5cb715d60 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 28 Sep 2022 22:04:37 -0700 Subject: [PATCH] PKGBUILD: Update dependencies and package zsh completions --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ac26e99..8dbf71b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eric Torres pkgname=file-scripts pkgver=1.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Various scripts for performing file-related operations such as editing and deleting." arch=(any) license=(GPL3)