Fix PKGBUILD
This commit is contained in:
parent
959340fea1
commit
b76bf363c0
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: jun7 <jun7@hush.com>
|
||||
pkgname=wyebadblock-git
|
||||
pkgver=1.1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="An adblock extension for webkit2gtk browsers."
|
||||
arch=('x86_64')
|
||||
provides=('wyebab-git')
|
||||
|
@ -10,7 +10,7 @@ license=('GPL3')
|
|||
depends=('webkit2gtk')
|
||||
makedepends=('git')
|
||||
_branch=master
|
||||
source=("git://github.com/jun7/wyebadblock.git#branch=$_branch")
|
||||
source=("git+https://github.com/jun7/wyebadblock.git#branch=$_branch")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver(){
|
||||
|
|
Loading…
Reference in New Issue
Block a user