summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6e3c5a241f3..dcc1df6560af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vegastrike-git
pkgdesc = Vega Strike - Upon the Coldest Sea. Space flight and trading simulator with realistic distances
- pkgver = rev.11399
+ pkgver = rev.11439
pkgrel = 1
url = www.vega-strike.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3d73b6f25f6d..4369c70d4ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Evert Vorster <evorster@gmail.com>
pkgname=vegastrike-git
_pkgname=vegastrike
-pkgver=rev.11399
+pkgver=rev.11439
pkgrel=1
pkgdesc="Vega Strike - Upon the Coldest Sea. Space flight and trading simulator with realistic distances"
arch=('any')
@@ -27,7 +27,7 @@ prepare(){
echo "Prepare section"
#Patches section
cd ${srcdir}/Assets-Production/
-git apply ../../19.patch
+#git apply ../../19.patch
}