summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-09-09 12:31:34 +0200
committerPhilipp Uhl2020-09-09 12:31:34 +0200
commit189cf3680dbfc733994024529c74d4be9ada970c (patch)
treea6c5769fa9deb9ab1948d062bb64009cd6f4dc73
parent1af3273715461127d1860f3d026ef61845791844 (diff)
downloadaur-189cf3680dbfc733994024529c74d4be9ada970c.tar.gz
Fixes source statement
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e387d54c0ee7..88222887de7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bspwm-rounded-corners-git
pkgver=0.9.10.r12.g98e9642
-pkgrel=2
+pkgrel=3
pkgdesc="A tiling window manager based on binary space partitioning with rounded corners"
url="https://github.com/phuhl/bspwm-rounded"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('sxhkd-git: to define keyboard and pointer bindings'
'sutils-git: for the example panel'
'terminus-font: for the example panel'
'python3: for some scripting examples')
-source=("$pkgname::git://github.com/phuhl/bspwm-rounded.git#branch=master")
+source=("$pkgname::git+https://github.com/phuhl/bspwm-rounded.git#branch=master")
md5sums=('SKIP')
provides=("bspwm")
conflicts=("bspwm")