summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76315c2c59ee..1c4711c9b313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = horseshoes
pkgdesc = Audio only game of horseshoes.
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://2mb.games/games/horseshoes
arch = armv7h
@@ -22,4 +22,3 @@ pkgbase = horseshoes
md5sums = 8f6e9504843af79b9a3761d833c2fdb9
pkgname = horseshoes
-
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()