summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2022-03-17 17:10:47 +0100
committerAngelo Theodorou2022-03-17 17:10:47 +0100
commite93042325bb2933d4f3fe30cdd7fd500d4695ab4 (patch)
tree651b30d3b44a622d0617e9258f390747efc07c75
parentbf05da95c2016488a8b67246e8c8590270dcc434 (diff)
downloadaur-e93042325bb2933d4f3fe30cdd7fd500d4695ab4.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 604cb12b1d4b..7f59ba5211ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncparticleeditor-git
pkgdesc = A particle editor made with the nCine
- pkgver = r77.03c08b6
+ pkgver = r80.0cf203e
pkgrel = 1
url = http://ncine.github.io
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ncparticleeditor-git
provides = ncparticleeditor
conflicts = ncparticleeditor
options = !strip
- source = git://github.com/nCine/ncParticleEditor
+ source = git+https://github.com/nCine/ncParticleEditor
md5sums = SKIP
pkgname = ncparticleeditor-git
diff --git a/PKGBUILD b/PKGBUILD
index f53d9957cc0b..b1205d5170aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Angelo Theodorou <encelo@gmail.com>
+# Maintainer: Angelo Theodorou <encelo@gmail.com>
pkgname=ncparticleeditor-git
-pkgver=r77.03c08b6
+pkgver=r80.0cf203e
pkgrel=1
pkgdesc="A particle editor made with the nCine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
conflicts=('ncparticleeditor')
provides=('ncparticleeditor')
options=(!strip)
-source=('git://github.com/nCine/ncParticleEditor')
+source=('git+https://github.com/nCine/ncParticleEditor')
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/ncparticleeditor/data\
-DCMAKE_INSTALL_PREFIX=/usr
make
}