diff options
author | Michael Taboada | 2016-10-15 12:27:16 -0500 |
---|---|---|
committer | Michael Taboada | 2016-10-15 12:27:16 -0500 |
commit | eee7b6477968c71b93b6ebeea27865d4a0b61b00 (patch) | |
tree | 2b99ee5b623ab2b56073eebb8c3343df6b8e35e5 | |
parent | defddce98434b2930c205e8ec30a51f882ec31cb (diff) | |
download | aur-eee7b6477968c71b93b6ebeea27865d4a0b61b00.tar.gz |
1.0.2
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 } |