summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbea449d760..6837090aed41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wyeb-git
pkgdesc = A vim-like webkit2gtk browser
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = http://wyeb.org/
arch = x86_64
license = GPL3
@@ -9,8 +9,7 @@ pkgbase = wyeb-git
depends = webkit2gtk
depends = discount
depends = perl-file-mimeinfo
- source = git://github.com/jun7/wyeb.git#branch=master
+ source = git+https://github.com/jun7/wyeb.git#branch=master
md5sums = SKIP
pkgname = wyeb-git
-
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(){