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 19d306fb9c65..7a746ac1a1ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liri-wayland-git
pkgdesc = Wayland client and server libraries for Qt applications
- pkgver = r16.79422319
+ pkgver = r98.5ebaabf
pkgrel = 1
url = https://liri.io
arch = i686
@@ -18,8 +18,7 @@ pkgbase = liri-wayland-git
replaces = liri-wayland
options = debug
options = !strip
- source = wayland::git://github.com/lirios/wayland.git#branch=develop
+ source = wayland::git+https://github.com/lirios/wayland.git#branch=develop
md5sums = SKIP
pkgname = liri-wayland-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e8343b9c0ac4..f130374d4977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-wayland-git
-pkgver=r16.79422319
+pkgver=r98.5ebaabf
pkgrel=1
pkgdesc="Wayland client and server libraries for Qt applications"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -15,7 +15,7 @@ replaces=('liri-wayland')
provides=('liri-wayland')
groups=('liri-git')
-_gitroot="git://github.com/lirios/wayland.git"
+_gitroot="git+https://github.com/lirios/wayland.git"
_gitbranch=develop
_gitname=wayland
source=(${_gitname}::${_gitroot}#branch=${_gitbranch})