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 04d71f7e2a53..effa91dc337b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liri-themes-git
pkgdesc = Themes for uniform look and feel throughout Liri OS
- pkgver = v0.9.0.r50.g7300b14
+ pkgver = v0.9.0.r59.g0b1e96b
pkgrel = 1
url = https://liri.io
arch = i686
@@ -15,8 +15,7 @@ pkgbase = liri-themes-git
provides = liri-themes
conflicts = liri-themes
replaces = liri-themes
- source = themes::git://github.com/lirios/themes.git#branch=develop
+ source = themes::git+https://github.com/lirios/themes.git#branch=develop
md5sums = SKIP
pkgname = liri-themes-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6d9fe26e57d3..98e6389c7005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-themes-git
-pkgver=v0.9.0.r50.g7300b14
+pkgver=v0.9.0.r59.g0b1e96b
pkgrel=1
pkgdesc="Themes for uniform look and feel throughout Liri OS"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -14,7 +14,7 @@ replaces=('liri-themes')
provides=('liri-themes')
groups=('liri-git')
-_gitroot="git://github.com/lirios/themes.git"
+_gitroot="git+https://github.com/lirios/themes.git"
_gitbranch=develop
_gitname=themes
source=(${_gitname}::${_gitroot}#branch=${_gitbranch})