summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-08-29 23:19:52 +0200
committerhaawda2022-08-29 23:19:52 +0200
commitd3d99651599d3c2a76a0dcde8178a800e7a8ef81 (patch)
treeab61e900feef3b027686114450143b987f57c08f
parent8cfb6cc6a84e0b86832a81bef1f3e2a428207640 (diff)
downloadaur-tinywm-git.tar.gz
Use git+https
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ca9af3cd44..de2b1e9f6313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tinywm-git
pkgdesc = A tiny window manager written in only ~50 lines of code
pkgver = 1.1.33.g9d05612
- pkgrel = 2
+ pkgrel = 3
url = http://incise.org/tinywm.html
arch = i686
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = tinywm-git
depends = libx11
provides = tinywm
conflicts = tinywm
- source = git://github.com/mackstann/tinywm.git
+ source = git+https://github.com/mackstann/tinywm.git
md5sums = SKIP
pkgname = tinywm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5d158f82d93a..dbcb311a0248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tinywm-git
pkgver=1.1.33.g9d05612
-pkgrel=2
+pkgrel=3
pkgdesc="A tiny window manager written in only ~50 lines of code"
arch=('i686' 'x86_64')
url="http://incise.org/tinywm.html"
@@ -12,7 +12,7 @@ makedepends=('git')
provides=('tinywm')
conflicts=('tinywm')
depends=('libx11')
-source=('git://github.com/mackstann/tinywm.git')
+source=('git+https://github.com/mackstann/tinywm.git')
md5sums=('SKIP')
_gitname="tinywm"