summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2021-05-02 10:45:43 +0300
committerAnton Leontiev2021-05-02 10:45:43 +0300
commit93d0284df9765e9662e0f51a472fad5144bad9b1 (patch)
tree0fe5e84cb6fb3d52825437fc95ea2522a12ecb16 /PKGBUILD
parent3403c8117c3c85c18cc0c860776f6c12b0c3d554 (diff)
downloadaur-qpakman.tar.gz
qpakman: Change license to GPL2
License was specified incorrectly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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)