summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')