Use git source instead of tarball
This commit is contained in:
parent
5d8930b29a
commit
60f679ca93
4
PKGBUILD
4
PKGBUILD
@ -6,9 +6,9 @@ pkgdesc="Various scripts for performing file-related operations such as editing
|
|||||||
arch=(any)
|
arch=(any)
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(fd fzf mlocate python python-termcolor)
|
depends=(fd fzf mlocate python python-termcolor)
|
||||||
makedepends=(python-setuptools python-sphinx)
|
makedepends=(git python-setuptools python-sphinx)
|
||||||
checkdepends=(python-hypothesis python-pytest)
|
checkdepends=(python-hypothesis python-pytest)
|
||||||
source=("${pkgname}-${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}::git+file:///home/etorres/Projects/file-scripts")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user