author | Felix Yan
<felixonmars@archlinux.org> 2022-09-13 20:13:58 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2022-09-13 20:13:58 UTC |
parent | a00647506ea5c97dd2a2a7fbb1f1c5e06fa80906 |
PKGBUILD | +1 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 804e499..f97da10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sfml pkgver=2.5.1 -pkgrel=2 +pkgrel=3 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API' arch=('x86_64') url='http://www.sfml-dev.org/' @@ -34,4 +34,3 @@ package() { install -Dm644 ../license.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -