summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjun72022-03-31 08:25:47 +0900
committerjun72022-03-31 08:25:47 +0900
commitab9a917f9d484b39fe2c6e0c5ca0566d789aa49d (patch)
tree53274f40f1d977594d59799ad13db3d9a9eab669 /PKGBUILD
parent64e14c219822d9bf788dfa41a040104b2dce3da6 (diff)
downloadaur-wyeb-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 1c4c2fc24754..152e07749e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jun7 <jun7@hush.com>
pkgname=wyeb-git
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A vim-like webkit2gtk browser"
arch=('x86_64')
url="http://wyeb.org/"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('webkit2gtk' 'discount' 'perl-file-mimeinfo')
makedepends=('git')
_branch=master
-source=("git://github.com/jun7/wyeb.git#branch=$_branch")
+source=("git+https://github.com/jun7/wyeb.git#branch=$_branch")
md5sums=('SKIP')
pkgver(){