summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Taboada2022-10-23 08:54:06 -0700
committerMichael Taboada2022-10-23 08:54:06 -0700
commit47076d59e3539726a62f695e32cbba2d4125b12b (patch)
tree0b5e7a6ba081ce749837466e8f153b2a36da322b /PKGBUILD
parent0a60da0f44a7d327357442cb837fbc386eae4555 (diff)
downloadaur-horseshoes.tar.gz
v1.0.7 + build fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d7374b36c1a..45f3f3163ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Taboada <michael@2mb.solutions>
# Maintainer: Storm Dragon <stormdragon2976@gmail.com>
pkgname=horseshoes
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="Audio only game of horseshoes."
arch=('armv7h' 'aarch64' 'i686' 'x86_64')
@@ -25,6 +25,7 @@ prepare()
cd "$pkgname"
git checkout v${pkgver}
git submodule update --init
+ patch -p0 -i fix-warning.patch
}
build()