summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-10 14:33:15 +0100
committerMichal Wojdyla2024-03-10 14:33:15 +0100
commitd3146333c63b2f7d9c0b8c6265b2fba63f0ef6f3 (patch)
treed38437d13c5fc993bdb0b08e0af68262ee71abf4
parent7aba0dded1353746d936b0f3b6dd8eecd83e28a8 (diff)
downloadaur-d3146333c63b2f7d9c0b8c6265b2fba63f0ef6f3.tar.gz
update download url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e18c428ac1..12ff565fc54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gridmgr-git
pkgdesc = command line tool which provides keyboard-bindable commands for easy window manipulation.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://nickbp.com/gridmgr/
arch = i686
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = gridmgr-git
makedepends = cmake
depends = libxinerama
conflicts = gridmgr
- source = gridmgr-git::git://github.com/nickbp/gridmgr.git
+ source = gridmgr-git::git+https://github.com/nickbp/gridmgr.git
md5sums = SKIP
pkgname = gridmgr-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 05b611f611e5..a87356bf39dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Arlo Siemsen <arkixml@gmail.com>
+# Contributor: Arlo Siemsen <arkixml@gmail.com>
pkgname=gridmgr-git
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="command line tool which provides keyboard-bindable commands for easy window manipulation."
arch=('i686' 'x86_64')
url="http://nickbp.com/gridmgr/"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('libxinerama')
conflicts=('gridmgr')
makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/nickbp/gridmgr.git")
+source=("$pkgname::git+https://github.com/nickbp/gridmgr.git")
md5sums=('SKIP')
build() {