summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taboada2016-10-15 12:27:16 -0500
committerMichael Taboada2016-10-15 12:27:16 -0500
commiteee7b6477968c71b93b6ebeea27865d4a0b61b00 (patch)
tree2b99ee5b623ab2b56073eebb8c3343df6b8e35e5
parentdefddce98434b2930c205e8ec30a51f882ec31cb (diff)
downloadaur-eee7b6477968c71b93b6ebeea27865d4a0b61b00.tar.gz
1.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d996ab690a4b..39cd25a9ad2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 15 12:53:54 UTC 2016
+# Sat Oct 15 17:26:25 UTC 2016
pkgbase = horseshoes-git
pkgdesc = Audio only game of horseshoes.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/2mb-solutions/horseshoes
install = horseshoes.install
diff --git a/PKGBUILD b/PKGBUILD
index e78f99004583..4e42f2e10475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Michael Taboada <michael@2mb.solutions>
_pkgname=horseshoes
pkgname=horseshoes-git
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Audio only game of horseshoes."
arch=('any')
@@ -30,7 +30,7 @@ prepare()
build()
{
cd "$_pkgname"
-git checkout v1.0.1
+git checkout v${pkgver}
./comp.sh
}