summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCritzlez2020-03-18 11:18:37 -0700
committerCritzlez2020-03-18 11:18:37 -0700
commit00b993445e22fba8dc524005b305eb0ba106df92 (patch)
tree7f8f5128f44e86b22d52f38b7b40d0eb1898b82e
parent522f76796fe326ab7581c231a2b089a4aadff9b3 (diff)
downloadaur-00b993445e22fba8dc524005b305eb0ba106df92.tar.gz
change license to MIT
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00a7b41c861e..8903e3ed02b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: James Armstrong <jm.armstrong1207@gmail.com>
pkgname=detect-tablet-mode-git
pkgver=master
-pkgrel=2
+pkgrel=3
pkgdesc="Detects both normal & tablet mode, executing custom scripts/commands for each mode. See the github page for instructions."
arch=('any')
url='https://github.com/alesguzik/linux_detect_tablet_mode'
-license=('GPL')
+license=('MIT')
groups=()
depends=('ruby' 'libinput')
makedepends=('git')