From 705e5f37f8f101d9114675381d1e2307e70f43ff Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 26 Feb 2024 23:17:22 -0800 Subject: [PATCH] Don't use git repository directly to build package --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5fb8234..5a57c3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Eric Torres pkgname=file-scripts pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Various scripts for performing file-related operations such as editing and deleting." arch=(any) license=(GPL3) depends=(bash fd fzf) makedepends=(git) -source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts") +source=("${pkgname}-${pkgver}.tar.gz") install=$pkgname.install sha256sums=('SKIP')