summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel K2018-06-05 18:08:11 +0200
committerDaniel K2018-06-05 18:08:11 +0200
commitcad9c872f64b57adb8624b99afdbc66eabfcfa20 (patch)
tree4bb2da87363128a2368711733935f3ac203a6dcb
parent15c397f3e0854e3b91611b6f33a78b364386218f (diff)
downloadaur-cad9c872f64b57adb8624b99afdbc66eabfcfa20.tar.gz
set correct upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0957b3d4b30..3a94a6e64797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = i3-match-git
pkgdesc = Match and query i3 window properties and events
pkgver = 0.1.36.rbb6a6f4
pkgrel = 3
- url = https://github.com/ferreum/i3-match
+ url = https://gitlab.com/ferreum/i3-match
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index f9c8307a9e62..11e6b828ce27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.1.36.rbb6a6f4
pkgrel=3
pkgdesc="Match and query i3 window properties and events"
arch=('i686' 'x86_64')
-url='https://github.com/ferreum/i3-match'
+url='https://gitlab.com/ferreum/i3-match'
license=('BSD')
depends=('xcb-util' 'yajl')
makedepends=('i3-wm')