summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17f2fdf7f5d..ba6cc40d41e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = velocidrone
pkgdesc = a fast paced multi-player and single player FPV drone racing simulator
- pkgver = 1
+ pkgver = 1.17.0
pkgrel = 1
url = https://www.velocidrone.com/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = velocidrone
makedepends = qt5-base
makedepends = boost
source = git+https://github.com/patchkit-net/patchkit-launcher-qt.git
- source = debian_launcher.zip::local://Velocidrone%20Debian%20Launcher.zip
+ source = velocidrone.zip::local://velocidrone.zip
source = velocidrone.png::https://www.velocidrone.com/img/logo.png
source = velocidrone.desktop
md5sums = SKIP
@@ -17,4 +17,3 @@ pkgbase = velocidrone
md5sums = 85bc86aef45aa4be289fac68506330de
pkgname = velocidrone
-
diff --git a/PKGBUILD b/PKGBUILD
index 912da2624d49..0d099cb31dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname="velocidrone"
-pkgver=1
+pkgver=1.17.0
pkgrel=1
pkgdesc="a fast paced multi-player and single player FPV drone racing simulator"
url="https://www.velocidrone.com/"
@@ -12,8 +12,13 @@ depends=()
OPTIONS=(!strip)
+# to build this, you need velocidrone.zip from the official site's download section.
+# after purchasing, log in and download the Debian file from here:
+# https://www.velocidrone.com/download/launcher?id=debian
+# and place velocidrone.zip next to this PKGBUILD when building.
+
source=("git+https://github.com/patchkit-net/patchkit-launcher-qt.git"
- "debian_launcher.zip::local://Velocidrone%20Debian%20Launcher.zip"
+ "velocidrone.zip::local://velocidrone.zip"
"velocidrone.png::https://www.velocidrone.com/img/logo.png"
"velocidrone.desktop")
md5sums=('SKIP'