summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 22:37:06 -0500
committerHurricanePootis2024-04-01 22:37:06 -0500
commit4d51bc93a9c93b3045c2ef556184434a6d1bd448 (patch)
tree78b4f6e9bbed418ca3f76c891636e504da508c32
parent5742da41e91b1f0228ec1591b0458f0c74f4133f (diff)
downloadaur-libvtflib-git.tar.gz
Update license information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d769bae135d0..a6d739c8f786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = libvtflib-git
pkgdesc = Library to handle Valve's Texture Format
pkgver = r44.eaca22d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/panzi/VTFLib
arch = x86_64
- license = GPL
+ license = LGPL-2.1-or-later
makedepends = cmake
makedepends = git
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 020b192f4f1d..98c29af46fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=libvtflib-git
pkgver=r44.eaca22d
-pkgrel=2
+pkgrel=3
pkgdesc="Library to handle Valve's Texture Format"
arch=('x86_64')
url="https://github.com/panzi/VTFLib"
-license=('GPL')
+license=('LGPL-2.1-or-later')
depends=('libtxc_dxtn')
makedepends=('cmake' 'git' 'extra-cmake-modules')
source=("git+https://github.com/panzi/VTFLib.git")