summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarn Burton2016-05-07 08:51:05 -0400
committerTarn Burton2016-05-07 08:51:05 -0400
commit04646ffe842e6e4a06ffa1b5a22b182f087452b9 (patch)
treea110bf5aff62450f20ce64b83e8c566a0dbf57e9
parentd573e61965dae81d5558b8a557c0e15d5a925003 (diff)
downloadaur-04646ffe842e6e4a06ffa1b5a22b182f087452b9.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD10
3 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74cfb249969f..ecb38a3287c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
# Generated by mksrcinfo v8
-# Wed May 4 23:00:49 UTC 2016
+# Sat May 7 12:45:00 UTC 2016
pkgbase = pioneer
pkgdesc = A game of lonely space adventure
pkgver = 20160504
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pioneerspacesim/pioneer
install = pioneer.install
arch = i686
arch = x86_64
license = GPL
- makedepends = gcc
- makedepends = git
- makedepends = automake
- makedepends = pkg-config
makedepends = naturaldocs
depends = libsigc++
depends = sdl2_image
@@ -20,13 +16,12 @@ pkgbase = pioneer
depends = libvorbis
depends = assimp
depends = hicolor-icon-theme
- depends = xdg-utils
provides = pioneer
conflicts = pioneer-bin
conflicts = pioneer-git
- source = http://github.com/pioneerspacesim/pioneer/archive/20160504.zip
+ source = pioneer-20160504.tar.gz::http://github.com/pioneerspacesim/pioneer/archive/20160504.tar.gz
source = pioneer.desktop
- md5sums = 6697bd06c6ad9b811f84b379fc3f67fe
+ md5sums = 3959db5b819257b00c3a3ea3a4d36c69
md5sums = f2301fe8850926b2d9bd89e3ab1158a8
pkgname = pioneer
diff --git a/.gitignore b/.gitignore
index 7644be79c271..62f07109f0bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg
src
-pioneer-*.pkg.tar.xz
+*.tar.gz
+*.tar.xz
*.zip
diff --git a/PKGBUILD b/PKGBUILD
index fd930355f5a8..379e9e19d3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='pioneer'
pkgver=20160504
-pkgrel=1
+pkgrel=2
pkgdesc="A game of lonely space adventure"
arch=('i686' 'x86_64')
url="https://github.com/pioneerspacesim/pioneer"
license=('GPL')
provides=('pioneer')
conflicts=('pioneer-bin' 'pioneer-git')
-depends=('libsigc++' 'sdl2_image' 'freetype2' 'libvorbis' 'assimp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('gcc' 'git' 'automake' 'pkg-config' 'naturaldocs')
-source=("http://github.com/pioneerspacesim/pioneer/archive/$pkgver.zip" 'pioneer.desktop')
-md5sums=('6697bd06c6ad9b811f84b379fc3f67fe'
+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=('3959db5b819257b00c3a3ea3a4d36c69'
'f2301fe8850926b2d9bd89e3ab1158a8')
install=pioneer.install