summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2021-05-02 10:45:43 +0300
committerAnton Leontiev2021-05-02 10:45:43 +0300
commit93d0284df9765e9662e0f51a472fad5144bad9b1 (patch)
tree0fe5e84cb6fb3d52825437fc95ea2522a12ecb16
parent3403c8117c3c85c18cc0c860776f6c12b0c3d554 (diff)
downloadaur-93d0284df9765e9662e0f51a472fad5144bad9b1.tar.gz
qpakman: Change license to GPL2
License was specified incorrectly.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b82f893d91d..769bfadcce6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = qpakman
url = https://github.com/bunder/qpakman
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = cmake
depends = libpng
source = qpakman-0.67.tar.gz::https://github.com/bunder/qpakman/archive/v0.67.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 763fc9c58cf7..e09ecc408ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A command-line tool for managing PAK and WAD files from QuakeI/II & Hexen II'
arch=('i686' 'x86_64')
url='https://github.com/bunder/qpakman'
-license=('GPL')
+license=('GPL2')
depends=('libpng')
makedepends=('cmake')
source=($pkgname-$pkgver.tar.gz::https://github.com/bunder/$pkgname/archive/v$pkgver.tar.gz)