Use git source instead of tarball

This commit is contained in:
Eric Torres 2022-04-06 21:52:02 -07:00
parent 5d8930b29a
commit 60f679ca93

View File

@ -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() {