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