summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel K2018-06-05 00:13:25 +0200
committerDaniel K2018-06-05 00:13:25 +0200
commit15c397f3e0854e3b91611b6f33a78b364386218f (patch)
tree90165694cb1d846b5045a43b443895df38afe501
parent5b8b2b8349eccca05891b0389d8ad909207fe772 (diff)
downloadaur-15c397f3e0854e3b91611b6f33a78b364386218f.tar.gz
use url as stated by gitlab
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f1a0a7a4470..a0957b3d4b30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-match-git
pkgdesc = Match and query i3 window properties and events
pkgver = 0.1.36.rbb6a6f4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ferreum/i3-match
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = i3-match-git
makedepends = i3-wm
depends = xcb-util
depends = yajl
- source = git+https://git@gitlab.com/ferreum/i3-match.git
+ source = git+https://gitlab.com/ferreum/i3-match.git
sha1sums = SKIP
pkgname = i3-match-git
diff --git a/PKGBUILD b/PKGBUILD
index 31361534222f..f9c8307a9e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: ferreum <code.danielk at gmail com>
pkgname=i3-match-git
pkgver=0.1.36.rbb6a6f4
-pkgrel=2
+pkgrel=3
pkgdesc="Match and query i3 window properties and events"
arch=('i686' 'x86_64')
url='https://github.com/ferreum/i3-match'
license=('BSD')
depends=('xcb-util' 'yajl')
makedepends=('i3-wm')
-source=('git+https://git@gitlab.com/ferreum/i3-match.git')
+source=('git+https://gitlab.com/ferreum/i3-match.git')
sha1sums=('SKIP')
_gitname='i3-match'