updated PKGBUILD

This commit is contained in:
Eric Lay 2020-06-11 16:12:40 -05:00
parent 2e382bbdc1
commit 4463a23c7c
1 changed files with 4 additions and 4 deletions

View File

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