summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel K2017-08-08 20:52:54 +0200
committerDaniel K2017-08-08 20:53:27 +0200
commit50f2ffd96c2eaca82c34e7eb83a6caddee989441 (patch)
tree2a55997f96efcf6bb7291d6e68328415f3ec219b
parent64da82a559bdd96c9e215dac5ed0a6c22da58b54 (diff)
downloadaur-50f2ffd96c2eaca82c34e7eb83a6caddee989441.tar.gz
use https, update description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b4087e88b6c..2956b87793a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 18:35:00 UTC 2017
+# Tue Aug 8 18:53:19 UTC 2017
pkgbase = i3-match-git
- pkgdesc = Command-line utility for i3 window manager's IPC interface
+ pkgdesc = Match and query i3 window properties and events
pkgver = 0.1.17.rdd4cc8c
pkgrel = 1
- url = http://github.com/ferreum/i3-match
+ url = https://github.com/ferreum/i3-match
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d4781f81c445..676dc8b57112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=i3-match-git
pkgver=0.1.17.rdd4cc8c
pkgrel=1
-pkgdesc="Command-line utility for i3 window manager's IPC interface"
+pkgdesc="Match and query i3 window properties and events"
arch=('i686' 'x86_64')
-url='http://github.com/ferreum/i3-match'
+url='https://github.com/ferreum/i3-match'
license=('BSD')
depends=('xcb-util' 'yajl')
makedepends=('i3-wm')