summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ded6be5540..2629ec9cadb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 17:42:19 UTC 2016
+# Wed Mar 30 15:50:10 UTC 2016
pkgbase = alternating-layouts-git
pkgdesc = Alternating split directions for the i3-wm
pkgver = r24.da6584a
pkgrel = 1
- url = github.com/olemartinorg/i3-alternating-layout
+ url = https://github.com/olemartinorg/i3-alternating-layout
install = alternating-layouts.install
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = alternating-layouts-git
depends = python-i3-git
depends = xorg-utils
conflicts = alternating-layouts
- source = git://github.com/olemartinorg/i3-alternating-layout
+ source = git+https://github.com/olemartinorg/i3-alternating-layout.git
md5sums = SKIP
pkgname = alternating-layouts-git
diff --git a/PKGBUILD b/PKGBUILD
index a46834f43890..39607b1eb7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r24.da6584a
pkgrel=1
pkgdesc="Alternating split directions for the i3-wm"
_repo=i3-alternating-layout
-url="github.com/olemartinorg/$_repo"
+url="https://github.com/olemartinorg/$_repo"
arch=('any')
license=('MIT')
depends=('i3-wm'
@@ -14,7 +14,7 @@ depends=('i3-wm'
conflicts=('alternating-layouts')
makedepends=('git')
install=alternating-layouts.install
-source=("git://$url")
+source=("git+$url.git")
md5sums=('SKIP')
pkgver() {