summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2022-03-17 17:13:34 +0100
committerAngelo Theodorou2022-03-17 17:14:19 +0100
commitae97d5e58f56753eb65c0bbdee9ab679ae97ae99 (patch)
tree4116c600502d370b878838eef01eb61212afead6
parent0864d9c5a8fd76f60521fea67126c5e83ff27743 (diff)
downloadaur-ae97d5e58f56753eb65c0bbdee9ab679ae97ae99.tar.gz
Use HTTPS to download package source from GitHub
- Remove definition of NCPROJECT_DEFAULT_DATA_DIR CMake variable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13efccf3a1d..a506a329c9e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spookyghost-git
pkgdesc = A procedural sprite animation tool made with the nCine
- pkgver = r68.16a8011
+ pkgver = r71.d3660bf
pkgrel = 1
url = https://encelo.itch.io/spookyghost
arch = i686
@@ -16,7 +16,7 @@ pkgbase = spookyghost-git
provides = spookyghost
conflicts = spookyghost
options = !strip
- source = git://github.com/SpookyGhost2D/SpookyGhost
+ source = git+https://github.com/SpookyGhost2D/SpookyGhost
md5sums = SKIP
pkgname = spookyghost-git
diff --git a/PKGBUILD b/PKGBUILD
index 1cfe9db9debe..6d694caa5710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Angelo Theodorou <encelo@gmail.com>
pkgname=spookyghost-git
-pkgver=r68.16a8011
+pkgver=r71.d3660bf
pkgrel=1
pkgdesc="A procedural sprite animation tool made with the nCine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
conflicts=('spookyghost')
provides=('spookyghost')
options=(!strip)
-source=('git://github.com/SpookyGhost2D/SpookyGhost')
+source=('git+https://github.com/SpookyGhost2D/SpookyGhost')
md5sums=('SKIP')
pkgver() {
@@ -50,7 +50,6 @@ build() {
-DNCPROJECT_BUILD_ANDROID=OFF\
-DNCPROJECT_STRIP_BINARIES=ON\
-DNCPROJECT_DATA_DIR_DIST=ON\
- -DNCPROJECT_DEFAULT_DATA_DIR=/usr/share/spookyghost/data\
-DCMAKE_INSTALL_PREFIX=/usr\
-DCUSTOM_ITCHIO_BUILD=OFF
make