summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-28 09:09:51 -0600
committerMark Wagie2020-09-28 09:09:51 -0600
commit8e5fa00edc09e873e1ce6fd0b57dcc356450697f (patch)
tree200ced6ba7211ec21d75cccc3ab0f5c89f0946c3
parent6cbfa6d10b538ab4adb1f0669c827e9cd1267d23 (diff)
downloadaur-8e5fa00edc09e873e1ce6fd0b57dcc356450697f.tar.gz
correct license type
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a380314afd94..8ecdaa50a424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pop-shell-shortcuts-git
pkgrel = 2
url = https://github.com/pop-os/shell-shortcuts
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = git
makedepends = rust
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 741b2638c99e..051cdb54d9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Application for displaying and demoing Pop Shell shortcuts"
arch=('x86_64')
url="https://github.com/pop-os/shell-shortcuts"
-license=('GPL')
+license=('GPL3')
depends=('gtk3')
makedepends=('git' 'rust')
provides=("${pkgname%-git}")