From 60f679ca93f15ddd9ce8e2f9d187e1c200c2c5f2 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 6 Apr 2022 21:52:02 -0700 Subject: [PATCH] Use git source instead of tarball --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index acdb6ea..320f60c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ pkgdesc="Various scripts for performing file-related operations such as editing arch=(any) license=(GPL3) depends=(fd fzf mlocate python python-termcolor) -makedepends=(python-setuptools python-sphinx) +makedepends=(git python-setuptools python-sphinx) checkdepends=(python-hypothesis python-pytest) -source=("${pkgname}-${pkgver}.tar.gz") +source=("${pkgname}-${pkgver}::git+file:///home/etorres/Projects/file-scripts") sha256sums=('SKIP') pkgver() {