summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMewp2016-10-09 11:21:44 +0200
committerMewp2016-10-09 11:21:44 +0200
commit420a778018864bb8433f055a509d54f028cb822c (patch)
treefdbc002665162d269171a040001357390c0056ee
parentab60d16ff3634d8804d5ac983f7cfb55ebf9a814 (diff)
downloadaur-420a778018864bb8433f055a509d54f028cb822c.tar.gz
Update to version EE-2016.09.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e2c2faed1dd..6584a168943e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emptyepsilon
pkgdesc = Open source spaceship bridge simulator
- pkgver = 2016.06.02
+ pkgver = 2016.09.02
pkgrel = 1
url = https://github.com/daid/EmptyEpsilon
arch = x86
@@ -10,8 +10,8 @@ pkgbase = emptyepsilon
makedepends = git
makedepends = mesa
depends = sfml
- source = git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2016.06.02
- source = git+https://github.com/daid/SeriousProton.git#tag=EE-2016.06.02
+ source = git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2016.09.02
+ source = git+https://github.com/daid/SeriousProton.git#tag=EE-2016.09.02
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b829a46a0996..bee0c90591ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mewp <aur.archlinux.org@mewp.pl>
pkgname=emptyepsilon
-pkgver=2016.06.02
+pkgver=2016.09.02
pkgrel=1
epoch=
pkgdesc="Open source spaceship bridge simulator"
@@ -10,8 +10,8 @@ license=('GPL2')
groups=()
depends=('sfml')
makedepends=('cmake' 'git' 'mesa')
-source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-2016.06.02"
- "git+https://github.com/daid/SeriousProton.git#tag=EE-2016.06.02")
+source=("git+https://github.com/daid/EmptyEpsilon.git#tag=EE-$pkgver"
+ "git+https://github.com/daid/SeriousProton.git#tag=EE-$pkgver")
sha256sums=('SKIP' 'SKIP')
build() {