summaryrefslogtreecommitdiff
path: root/community/sfml/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-25 03:25:00 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-25 03:25:00 +0000
commit7d53ccd018d0e86e7aa3a0c0b1a092ce8b206041 (patch)
treeada6a2a821b25dd0c06d04b48baeb2e482c632e8 /community/sfml/PKGBUILD
parentede7515706823fff2791a9a5225bbe0473005bc9 (diff)
Wed Jun 25 03:21:53 UTC 2014
Diffstat (limited to 'community/sfml/PKGBUILD')
-rw-r--r--community/sfml/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index f9539a454..b5c4f14d0 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103129 2013-12-26 21:26:17Z svenstaro $
+# $Id: PKGBUILD 113490 2014-06-24 09:52:31Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
pkgname=sfml
_commit=4a300547f3
pkgver=2.1.0.$_commit
-pkgrel=1
+pkgrel=3
pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
arch=('i686' 'x86_64')
url='http://www.sfml-dev.org/'
@@ -34,7 +34,7 @@ package() {
make DESTDIR="$pkgdir/" install
- install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" "$pkgdir/usr/share/cmake-2.8/Modules/FindSFML.cmake"
+ install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" "$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake"
install -Dm644 ../license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}