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 29013fb159d5..2a3caf833a12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liri-eglfs-git
pkgdesc = Liri QPA plugin
- pkgver = r23.25b282a
+ pkgver = r65.2833470
pkgrel = 1
url = https://liri.io
arch = i686
@@ -28,8 +28,7 @@ pkgbase = liri-eglfs-git
replaces = liri-eglfs
options = debug
options = !strip
- source = eglfs::git://github.com/lirios/eglfs.git#branch=develop
+ source = eglfs::git+https://github.com/lirios/eglfs.git#branch=develop
md5sums = SKIP
pkgname = liri-eglfs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d595d48b9f6e..093d34ac409c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Rebuild when Qt is updated
pkgname=liri-eglfs-git
-pkgver=r23.25b282a
+pkgver=r65.2833470
pkgrel=1
pkgdesc="Liri QPA plugin"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -19,7 +19,7 @@ replaces=('liri-eglfs')
provides=('liri-eglfs')
groups=('liri-git')
-_gitroot="git://github.com/lirios/eglfs.git"
+_gitroot="git+https://github.com/lirios/eglfs.git"
_gitbranch=develop
_gitname=eglfs
source=(${_gitname}::${_gitroot}#branch=${_gitbranch})