aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-06-19 01:56:28 +0200
committerMichał Polański <michal@polanski.me>2021-06-19 01:56:28 +0200
commit06f4cfe86dbb596cf3af666ce5d2abe0868e8d49 (patch)
treeab5f7858cb4e0d192be7db88247edf76e5ffbe67
parentc9d49b339af57043a08bba85bcee250157926acd (diff)
downloadaports-06f4cfe86dbb596cf3af666ce5d2abe0868e8d49.tar.gz
aports-06f4cfe86dbb596cf3af666ce5d2abe0868e8d49.tar.bz2
aports-06f4cfe86dbb596cf3af666ce5d2abe0868e8d49.tar.xz
testing/csfml: fix SPDX identifier
-rw-r--r--testing/csfml/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/csfml/APKBUILD b/testing/csfml/APKBUILD
index c57ad02aa97..b25d09db5a0 100644
--- a/testing/csfml/APKBUILD
+++ b/testing/csfml/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=csfml
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="C bindings for SFML"
url="https://www.sfml-dev.org/"
arch="all"
-license="zlib"
+license="Zlib"
makedepends="cmake doxygen sfml-dev"
subpackages="$pkgname-dev $pkgname-doc"
options="!check"