git » sfml.git » commit 7a5eae5

rebuild with flac 1.4.0

author Felix Yan
2022-09-13 20:13:58 UTC
committer Felix Yan
2022-09-13 20:13:58 UTC
parent a00647506ea5c97dd2a2a7fbb1f1c5e06fa80906

rebuild with flac 1.4.0

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"
 }
-