summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bury2022-06-09 15:53:12 -0400
committerAlexandre Bury2022-06-09 15:53:29 -0400
commit7833c7b32e75e0a7c5965ce025bc0151ff61322b (patch)
tree6a67e24525abd36a2441672449b0073c34fc15af /PKGBUILD
parent2e46f6803722b35373c4a4ce6bdd30ed5c1055a3 (diff)
downloadaur-csfml-git.tar.gz
Use license.md instead of license.txt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b69fbcd919a..35e7e2a8586e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexandre Bury <alexandre.bury@gmail.com>
pkgname=csfml-git
-pkgver=2.5.r12.gea80483
+pkgver=2.5.1.r4.g980a165
pkgrel=1
-pkgdesc='Official binding of SFML for C. Git repository.'
+pkgdesc='C bindings for sfml'
arch=('i686' 'x86_64')
url='https://www.sfml-dev.org/'
license=('custom:zlib')
@@ -36,5 +36,5 @@ package() {
DESTDIR="$pkgdir/" ninja -C build install
- install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 license.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}