summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6177045636c..a618bb7c8e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = highly-experimental-git
url = https://bitbucket.org/kode54/highly-experimental
arch = i686
arch = x86_64
- license = unknown
+ license = GPL3
makedepends = git
makedepends = qtchooser
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 8e37822073fa..a9704da98722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Highly Experimental PS1/PS2 (PSF) emulator library"
arch=(i686 x86_64)
url='https://bitbucket.org/kode54/highly-experimental'
-license=(unknown)
+license=(GPL3)
depends=(glibc)
makedepends=('git' 'qtchooser')
source=("${pkgname}::git+https://bitbucket.org/kode54/highly-experimental.git")