summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2018-03-14 16:26:35 +0100
committerAlex2018-03-14 16:26:35 +0100
commit49310ad12b8ffef2113de9fad6f3e9135c5cd8d9 (patch)
tree1d9fc807e3e8de1b62e769c3bb7358af95ec3117
parentf51c0975128146226ada042c3000aabfc40ca377 (diff)
downloadaur-49310ad12b8ffef2113de9fad6f3e9135c5cd8d9.tar.gz
Fix connection to github.com issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68cf784b1156..bee572eb257e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-easyscreencast-origin-git
pkgdesc = This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.
pkgver = 0.10.r67.g9322adf
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EasyScreenCast/EasyScreenCast
install = gnome-shell-extension-easyscreencast.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-easyscreencast-origin-git
provides = gnome-shell-extension-easyscreencast
conflicts = gnome-shell-extension-easyscreencast
conflicts = gnome-shell-extension-easyscreencast-git
- source = git://github.com/EasyScreenCast/EasyScreenCast.git
+ source = git+https://github.com/EasyScreenCast/EasyScreenCast.git
sha256sums = SKIP
pkgname = gnome-shell-extension-easyscreencast-origin-git
diff --git a/PKGBUILD b/PKGBUILD
index 29310f51aea1..296a379af635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-easyscreencast-origin-git
_gitname=EasyScreenCast
pkgver=0.10.r67.g9322adf
-pkgrel=1
+pkgrel=2
pkgdesc="This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording."
arch=('any')
url="https://github.com/EasyScreenCast/EasyScreenCast"
@@ -13,7 +13,7 @@ makedepends=('git')
provides=("${pkgname%-*-*}")
conflicts=("${provides}" "${provides}-git")
install=${provides}.install
-source=('git://github.com/EasyScreenCast/EasyScreenCast.git')
+source=('git+https://github.com/EasyScreenCast/EasyScreenCast.git')
sha256sums=('SKIP')
pkgver() {