updated PKGBUILD
This commit is contained in:
parent
2e382bbdc1
commit
4463a23c7c
4
PKGBUILD
4
PKGBUILD
|
@ -4,14 +4,14 @@ pkgver=0.1
|
|||
pkgrel=1
|
||||
pkgdesc="Simple cli command for using fzf to search and install packages"
|
||||
arch=(any)
|
||||
url="https://gitlab.com/airclay/$pkgname"
|
||||
url="https://github.com/ericlay/$pkgname"
|
||||
license=('GPL')
|
||||
depends=('pacman'
|
||||
'yay'
|
||||
'fzf')
|
||||
makedepends=('git')
|
||||
#install= TODO add post install script to sync pacman file database.
|
||||
source=("git://gitlab.com/airclay/$pkgname")
|
||||
source=("git://github.com/ericlay/$pkgname")
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in New Issue