Don't use git repository directly to build package
This commit is contained in:
parent
8835b1a0e0
commit
705e5f37f8
4
PKGBUILD
4
PKGBUILD
@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Eric Torres <eric.torres@its-et.me>
|
# Maintainer: Eric Torres <eric.torres@its-et.me>
|
||||||
pkgname=file-scripts
|
pkgname=file-scripts
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(bash fd fzf)
|
depends=(bash fd fzf)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
|
source=("${pkgname}-${pkgver}.tar.gz")
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user