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