summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrr-2016-03-17 19:59:17 +0100
committerrr-2016-03-17 19:59:17 +0100
commit5b6eea0f72e9364a9ad743d35a2cf8cee3f378f8 (patch)
treeab0c2c9b0ba03314d4fa82dbc25de1768b5653fc
parentf38724b959964ccbe82156ef6f3176b5082e47c4 (diff)
downloadaur-5b6eea0f72e9364a9ad743d35a2cf8cee3f378f8.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff30818e9865..751f3dfab649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = shot-git
pkgrel = 1
url = https://github.com/rr-/shot
arch = any
- license = GPL
+ license = MIT
depends = git
depends = gcc
depends = xorg-xrandr
diff --git a/PKGBUILD b/PKGBUILD
index d2a31a66f82f..f8e80f8e673a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A minimal screenshot tool aiming to provide good control over screenshot region.'
arch=('any')
url='https://github.com/rr-/shot'
-license=('GPL')
+license=('MIT')
depends=('git' 'gcc' 'xorg-xrandr' 'cmake')
source=("$pkgname::git://github.com/rr-/shot.git")
sha256sums=('SKIP')