summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Abbott2016-08-08 22:59:55 -0400
committerAaron Abbott2016-08-08 22:59:55 -0400
commit4085708e7f8c531541170fa7a8d348204d6cd129 (patch)
tree1722b933d442172dd47793b1c393c00f186437c5
parentdeccf713a28cd74493e7d96bfe5178c4e97a1b40 (diff)
downloadaur-4085708e7f8c531541170fa7a8d348204d6cd129.tar.gz
Updated license field to MIT
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0181f1eed3..87c8a9dc98b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 01:05:44 UTC 2016
+# Tue Aug 9 02:59:39 UTC 2016
pkgbase = hyperterm
pkgdesc = A terminal emulator built with JS/HTML/CSS on electron
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://hyperterm.org/
arch = any
- license = GPL
+ license = MIT
makedepends = npm
depends = nodejs
depends = electron
diff --git a/PKGBUILD b/PKGBUILD
index bed47d678884..ceff570c32f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Aaron Abbott <aabmass@gmail.com>
pkgname=hyperterm
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A terminal emulator built with JS/HTML/CSS on electron"
arch=('any')
url="https://hyperterm.org/"
-license=('GPL')
+license=('MIT')
groups=()
depends=('nodejs' 'electron')
makedepends=('npm')