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 852dca6e652b..97ace3157108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liri-screenshot-git
pkgdesc = Take pictures of your screen
- pkgver = r98.c85e2ca
+ pkgver = r176.fbec8fc
pkgrel = 1
url = https://liri.io
arch = i686
@@ -18,8 +18,7 @@ pkgbase = liri-screenshot-git
replaces = liri-screenshot
options = debug
options = !strip
- source = screenshot::git://github.com/lirios/screenshot.git#branch=develop
+ source = screenshot::git+https://github.com/lirios/screenshot.git#branch=develop
md5sums = SKIP
pkgname = liri-screenshot-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4d9a335f1eaa..b28ac3c6ef21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-screenshot-git
-pkgver=r98.c85e2ca
+pkgver=r176.fbec8fc
pkgrel=1
pkgdesc="Take pictures of your screen"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -15,7 +15,7 @@ replaces=('liri-screenshot')
provides=('liri-screenshot')
groups=('liri-git')
-_gitroot="git://github.com/lirios/screenshot.git"
+_gitroot="git+https://github.com/lirios/screenshot.git"
_gitbranch=develop
_gitname=screenshot
source=(${_gitname}::${_gitroot}#branch=${_gitbranch})