summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel K2018-06-05 00:09:50 +0200
committerDaniel K2018-06-05 00:09:50 +0200
commit5b8b2b8349eccca05891b0389d8ad909207fe772 (patch)
tree638c738a72ac203ceee4b8052b607b86d8fe0d26
parent6dbd954f76247d6b8cc7206e2720aa1611964a70 (diff)
downloadaur-5b8b2b8349eccca05891b0389d8ad909207fe772.tar.gz
change to gitlab repository
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f559f18127af..6f1a0a7a4470 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.34.r6bce2d9
- pkgrel = 1
+ pkgver = 0.1.36.rbb6a6f4
+ pkgrel = 2
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://github.com/ferreum/i3-match
+ source = git+https://git@gitlab.com/ferreum/i3-match.git
sha1sums = SKIP
pkgname = i3-match-git
diff --git a/PKGBUILD b/PKGBUILD
index 57ad19fc2f1b..31361534222f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: ferreum <code.danielk at gmail com>
pkgname=i3-match-git
-pkgver=0.1.34.r6bce2d9
-pkgrel=1
+pkgver=0.1.36.rbb6a6f4
+pkgrel=2
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://github.com/ferreum/i3-match')
+source=('git+https://git@gitlab.com/ferreum/i3-match.git')
sha1sums=('SKIP')
_gitname='i3-match'