summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")