summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mielniczuk2017-10-24 19:18:07 +0200
committerMarcin Mielniczuk2017-10-24 19:18:07 +0200
commite6aae46987c27aa15a86ef554d25a8e54481be6c (patch)
treea9c29d10b4b5a02a6d0e98927f58b663a7f8cc7c
parent7025001a462d2ce73f0d2166abb45a70ed4b5434 (diff)
downloadaur-graphwar.tar.gz
Fix version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25a186aff8a..54a436cea0c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphwar
pkgdesc = Hit your enemies using mathematical functions
- pkgver = 1.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/catabriga/graphwar
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = graphwar
license = GPLv3
makedepends = git
depends = java-runtime
- source = git+https://github.com/catabriga/graphwar.git#tag=4c73cf71073acf64c26bc303e3896c7b250d82ba
+ source = git+https://github.com/catabriga/graphwar.git#tag=1.0.0
sha1sums = SKIP
pkgname = graphwar
diff --git a/PKGBUILD b/PKGBUILD
index 95677e6a3632..c90cf271b17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcin Mielniczuk <marmistrz.dev@zoho.eu>
pkgname=graphwar
-pkgver=1.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Hit your enemies using mathematical functions"
arch=(x86_64 i686)
@@ -8,7 +8,7 @@ url="https://github.com/catabriga/graphwar"
license=('GPLv3')
depends=('java-runtime')
makedepends=('git')
-source=("git+https://github.com/catabriga/graphwar.git#tag=4c73cf71073acf64c26bc303e3896c7b250d82ba")
+source=("git+https://github.com/catabriga/graphwar.git#tag=1.0.0")
sha1sums=("SKIP")
build() {