summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2022-03-17 17:08:50 +0100
committerAngelo Theodorou2022-03-17 17:11:26 +0100
commitb0927f5ebdbc10097fd8d2cbea535f9bf06bc81d (patch)
tree597823cfd280425c18481431311be82be067af0a
parent612b81acd5fb7cfbd2cd1debaae285bd64576b62 (diff)
downloadaur-b0927f5ebdbc10097fd8d2cbea535f9bf06bc81d.tar.gz
Use HTTPS to download package source from GitHub
- Remove definition of NCPROJECT_DEFAULT_DATA_DIR CMake variable - Change contributor to maintainer in the first line
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28664853eca4..80b27f4cb2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncpong-git
pkgdesc = An example game made with the nCine
- pkgver = r71.b798c6e
+ pkgver = r74.436b9dc
pkgrel = 1
url = http://ncine.github.io
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ncpong-git
provides = ncpong
conflicts = ncpong
options = !strip
- source = git://github.com/nCine/ncPong
+ source = git+https://github.com/nCine/ncPong
md5sums = SKIP
pkgname = ncpong-git
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
}