summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorferreum2022-05-19 23:35:07 +0200
committerferreum2022-05-19 23:35:07 +0200
commit73620f4af2d34d5a69e08b7fb948314bfa99c8d3 (patch)
treea2449356ecc36b55fd29c2605120cfd4a17f8be9
parentcdbdcb2340184d9394f51284c4d8749d08999cd2 (diff)
downloadaur-73620f4af2d34d5a69e08b7fb948314bfa99c8d3.tar.gz
update for MIT license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ba7664e338..1374c6f0a1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = i3-match-git
pkgdesc = Match and query i3/sway window properties and events
- pkgver = 0.1.74.r3fb0e27
+ pkgver = 0.1.84.re0ec653
pkgrel = 2
url = https://gitlab.com/ferreum/i3-match
arch = i686
arch = x86_64
- license = BSD
+ license = MIT
makedepends = i3-wm
makedepends = git
depends = xcb-util
diff --git a/PKGBUILD b/PKGBUILD
index 5dd357660812..ca161f5f9fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: ferreum <code at ferreum de>
pkgname=i3-match-git
-pkgver=0.1.74.r3fb0e27
+pkgver=0.1.84.re0ec653
pkgrel=2
pkgdesc="Match and query i3/sway window properties and events"
arch=('i686' 'x86_64')
url='https://gitlab.com/ferreum/i3-match'
-license=('BSD')
+license=('MIT')
depends=('xcb-util' 'json-c')
makedepends=('i3-wm' 'git')
source=('git+https://gitlab.com/ferreum/i3-match.git')