summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMewp2016-06-10 18:16:24 +0200
committerMewp2016-06-10 18:16:24 +0200
commitab60d16ff3634d8804d5ac983f7cfb55ebf9a814 (patch)
tree08e7fa30ec1b826ef161baa8293ca85a51b7ff96
parentbbf28a4306a33c917a16842844c5a6303187ff1c (diff)
downloadaur-ab60d16ff3634d8804d5ac983f7cfb55ebf9a814.tar.gz
Update to version 2016-06-02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--fixed-version.patch4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2b7b0c6e770..4e2c2faed1dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emptyepsilon
pkgdesc = Open source spaceship bridge simulator
- pkgver = 2016.05.22
+ pkgver = 2016.06.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.05.22
- source = git+https://github.com/daid/SeriousProton.git#tag=EE-2016.05.22
+ 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
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 53fe8417be47..b829a46a0996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mewp <aur.archlinux.org@mewp.pl>
pkgname=emptyepsilon
-pkgver=2016.05.22
+pkgver=2016.06.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.05.22"
- "git+https://github.com/daid/SeriousProton.git#tag=EE-2016.05.22")
+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")
sha256sums=('SKIP' 'SKIP')
build() {
diff --git a/fixed-version.patch b/fixed-version.patch
index 87646636b7bf..1c11d9398680 100644
--- a/fixed-version.patch
+++ b/fixed-version.patch
@@ -9,8 +9,8 @@ diff -aur src/EmptyEpsilon/CMakeLists.txt src.patched/EmptyEpsilon/CMakeLists.tx
-string(TIMESTAMP CPACK_PACKAGE_VERSION_MINOR "%m")
-string(TIMESTAMP CPACK_PACKAGE_VERSION_PATCH "%d")
+string(TIMESTAMP CPACK_PACKAGE_VERSION_MAJOR "2016")
-+string(TIMESTAMP CPACK_PACKAGE_VERSION_MINOR "05")
-+string(TIMESTAMP CPACK_PACKAGE_VERSION_PATCH "22")
++string(TIMESTAMP CPACK_PACKAGE_VERSION_MINOR "06")
++string(TIMESTAMP CPACK_PACKAGE_VERSION_PATCH "02")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")