summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf41f9158d9c..9db63d7898ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 18 18:22:36 UTC 2017
+# Sat Sep 2 19:56:08 UTC 2017
pkgbase = pioneer
pkgdesc = A game of lonely space adventure
- pkgver = 20170813
+ pkgver = 20170827
pkgrel = 1
url = https://github.com/pioneerspacesim/pioneer
arch = i686
@@ -18,9 +18,9 @@ pkgbase = pioneer
provides = pioneer
conflicts = pioneer-bin
conflicts = pioneer-git
- source = pioneer-20170813.tar.gz::http://github.com/pioneerspacesim/pioneer/archive/20170813.tar.gz
+ source = pioneer-20170827.tar.gz::http://github.com/pioneerspacesim/pioneer/archive/20170827.tar.gz
source = pioneer.desktop
- md5sums = 7e1917c9415948b73cac19c9e5f93e8d
+ md5sums = 602b59d2240d6a65d12394202ca9b51a
md5sums = f2301fe8850926b2d9bd89e3ab1158a8
pkgname = pioneer
diff --git a/PKGBUILD b/PKGBUILD
index 052001c72805..f1784c70ccc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='pioneer'
-pkgver=20170813
+pkgver=20170827
pkgrel=1
pkgdesc="A game of lonely space adventure"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ conflicts=('pioneer-bin' 'pioneer-git')
depends=('libsigc++' 'sdl2_image' 'freetype2' 'libvorbis' 'assimp' 'hicolor-icon-theme')
makedepends=('naturaldocs')
source=("$pkgname-$pkgver.tar.gz::http://github.com/pioneerspacesim/pioneer/archive/$pkgver.tar.gz" 'pioneer.desktop')
-md5sums=('7e1917c9415948b73cac19c9e5f93e8d'
+md5sums=('602b59d2240d6a65d12394202ca9b51a'
'f2301fe8850926b2d9bd89e3ab1158a8')
build() {