modified pkgbuild
This commit is contained in:
parent
0bbe880760
commit
3689b6c5b5
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ depends=('pacman'
|
||||||
'yay'
|
'yay'
|
||||||
'fzf')
|
'fzf')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
source=("git://github.com/ericlay/$pkgname#tag=$pkgver")
|
source=("git+https://gitlab.com/airclay/fuzzy-pkg-finder.git#tag=$pkgver")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in New Issue