summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2016-03-30 17:54:36 +0200
committerBernhard Landauer2016-03-30 17:54:36 +0200
commitf31764769705bdc836271117f037825dee9a9f30 (patch)
tree76875d012800ad200dd86347306cf1b82c9d9671 /PKGBUILD
parent978939815239c921e44d59001705374c69d08577 (diff)
downloadaur-f31764769705bdc836271117f037825dee9a9f30.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {