summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormisson200002019-01-31 14:32:29 -0800
committermisson200002019-01-31 14:32:29 -0800
commit6247314ab3a9d9179fece9c346e356fc67192de6 (patch)
tree8dd6b2a03f25038fbc8348e0667ca4fd3ff1fab0
parentfbc86cbc6e4fe93f4d8708797624f7a2688399f3 (diff)
downloadaur-twib-git.tar.gz
update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97fe61e28a6..a7044d9a0bef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = twib-git
url = https://github.com/misson20000/twili
install = twib.install
arch = any
- license = ISC
+ license = GPL3
makedepends = git
makedepends = gcc
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index c144b491214a..fa11232ac68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Twili debug monitor bridge client and daemon"
arch=("any")
url="https://github.com/misson20000/twili"
-license=("ISC")
+license=("GPL3")
depends=("libusb" "systemd")
makedepends=("git" "gcc" "cmake" "make")
provides=("twib")