summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-03-27 09:34:58 +0400
committerNeoTheFox2022-03-27 09:34:58 +0400
commite6e6f648da33f7ac02ccbc1ecf8f925aa9ac693d (patch)
tree01388ad263706b0e0c24b97a7bba0a891e5a0bc2 /PKGBUILD
parenta1c05cf62d9c168db05b10cba37831e13548712f (diff)
downloadaur-rtile-git.tar.gz
replaced git with git+https protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b26f323d8a8..985a8b6becf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=rtile-git
pkgver=dbb531b
-pkgrel=3
+pkgrel=4
pkgdesc="Ruby script for manual tiling and window placement."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/xhsdf/rtile"
@@ -12,7 +12,7 @@ provides=('rtile')
# The git repo is detected by the 'git:' or 'git+' beginning. The branch
# '$pkgname' is then checked out upon cloning, expediating versioning:
#source=('git+https://github.com/falconindy/expac.git'
-source=("$pkgname"::'git://github.com/xhsdf/rtile.git')
+source=("$pkgname"::'git+https://github.com/xhsdf/rtile.git')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')