summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-13 18:54:12 +0200
committerMichal Wojdyla2021-05-13 18:54:12 +0200
commit8687f5992cb12f6af0604bc677a55b5e0f366f0f (patch)
treeb5537ec795707f3167cfb3d58954090f24dcb84b
parentdc4ac8e687592e5b3990e06f61b8875205fed95c (diff)
downloadaur-goomwwm-git.tar.gz
https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dad68695c9e..380d50e76108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = goomwwm-git
pkgver = 1.0.0.73.g25c9a12
pkgrel = 2
epoch = 1
- url = http://github.com/seanpringle/goomwwm
+ url = https://github.com/seanpringle/goomwwm
arch = i686
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = goomwwm-git
optdepends = dmenu
provides = goomwwm
conflicts = goomwwm
- source = goomwwm-git::git://github.com/seanpringle/goomwwm.git
+ source = goomwwm-git::git+https://github.com/seanpringle/goomwwm.git
md5sums = SKIP
pkgname = goomwwm-git
diff --git a/PKGBUILD b/PKGBUILD
index d63c407b99f5..aedd6a2fe198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ pkgrel=2
epoch=1
pkgdesc="Get out of my way, Window Manager!"
arch=('i686' 'x86_64')
-url="http://github.com/seanpringle/goomwwm"
+url="https://github.com/seanpringle/goomwwm"
license=('MIT')
depends=('libxft' 'libxinerama')
optdepends=('dmenu')
makedepends=('git')
conflicts=($_pkgname)
provides=($_pkgname)
-source=("$pkgname::git://github.com/seanpringle/goomwwm.git")
+source=("$pkgname::git+https://github.com/seanpringle/goomwwm.git")
md5sums=('SKIP')
pkgver() {