summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjun72022-03-31 08:10:46 +0900
committerjun72022-03-31 08:10:46 +0900
commit5706c1bb91ae903c78baacb65898d399b10fe27a (patch)
tree7feeb14c1f0fa8ef54447d3a0d6b8de3732645f4 /PKGBUILD
parent759195213faedf33bbbdf53bb6f003af08096c7b (diff)
downloadaur-wyebadblock-git.tar.gz
Fix source uri
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aca8f8fe5575..2a40e044dc2e 100644
--- a/PKGBUILD
+++ b/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(){