From 4463a23c7c13e95a809bf83e60677036362edd7d Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 11 Jun 2020 16:12:40 -0500 Subject: [PATCH] updated PKGBUILD --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ac80745..0d8d671 100644 --- a/PKGBUILD +++ b/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') + '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() {