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 eb08d5b6c01c..d48e67c0c7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = thor-git
pkgrel = 3
url = https://bromeon.ch/libraries/thor
arch = x86_64
- license = ZLIB
+ license = Zlib
makedepends = cmake
makedepends = git
depends = sfml
diff --git a/PKGBUILD b/PKGBUILD
index e77fde62b621..95c7bbff45ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="SFML Extension with various game programming features,
like particles, animations, vector operations"
arch=("x86_64")
url="https://bromeon.ch/libraries/thor"
-license=("ZLIB")
+license=("Zlib")
depends=("sfml")
makedepends=("cmake" "git")
provides=("${pkgname%-git}")