summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevorster2021-03-29 06:00:35 +0200
committerevorster2021-03-29 06:00:35 +0200
commit67ff7d37c8d9adaa20588bbe5e3bc879474eea77 (patch)
tree268ac99944292eb01be3d24359e3e359d44307b4
parent8b66ae684bf7ea0716a4eb992017189d39dcf538 (diff)
downloadaur-67ff7d37c8d9adaa20588bbe5e3bc879474eea77.tar.gz
Version bump, and small fix to PKGBUILD
-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
}