summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cd5e838c950..984da7e68ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Angelo Theodorou <encelo@gmail.com>
+# Maintainer: Angelo Theodorou <encelo@gmail.com>
pkgname=ncpong-git
-pkgver=r71.b798c6e
+pkgver=r74.436b9dc
pkgrel=1
pkgdesc="An example game made with the nCine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
conflicts=('ncpong')
provides=('ncpong')
options=(!strip)
-source=('git://github.com/nCine/ncPong')
+source=('git+https://github.com/nCine/ncPong')
md5sums=('SKIP')
pkgver() {
@@ -35,7 +35,6 @@ build() {
-DCMAKE_PREFIX_PATH=/usr/lib/cmake/nCine\
-DNCPROJECT_BUILD_ANDROID=OFF\
-DNCPROJECT_STRIP_BINARIES=ON\
- -DNCPROJECT_DEFAULT_DATA_DIR=/usr/share/ncpong/data\
-DCMAKE_INSTALL_PREFIX=/usr
make
}