summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0700276f6ee5..76315c2c59ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = horseshoes
pkgdesc = Audio only game of horseshoes.
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
- url = https://github.com/2mb-solutions/horseshoes
+ url = https://2mb.games/games/horseshoes
arch = armv7h
arch = aarch64
arch = i686
arch = x86_64
license = MIT
- makedepends = gcc
makedepends = git
depends = speech-dispatcher
depends = allegro
optdepends = espeak: TTS support
optdepends = festival: TTS support
optdepends = flite: TTS support
- source = git+https://github.com/2mb-solutions/horseshoes.git
+ source = git+https://git.2mb.codes/~lilmike/horseshoes
source = horseshoes.desktop
source = horseshoes.sh
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b719b2010d38..4d7374b36c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Michael Taboada <michael@2mb.solutions>
-# Contributer: Storm Dragon <stormdragon2976@gmail.com>
+# Maintainer: Storm Dragon <stormdragon2976@gmail.com>
pkgname=horseshoes
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Audio only game of horseshoes."
arch=('armv7h' 'aarch64' 'i686' 'x86_64')
-url="https://github.com/2mb-solutions/horseshoes"
+url="https://2mb.games/games/horseshoes"
license=('MIT')
depends=('speech-dispatcher' 'allegro')
-makedepends=('gcc' 'git')
+makedepends=('git')
optdepends=('espeak: TTS support'
'festival: TTS support'
'flite: TTS support')
-source=("git+https://github.com/2mb-solutions/$pkgname.git"
+source=("git+https://git.2mb.codes/~lilmike/${pkgname}"
"$pkgname.desktop"
"$pkgname.sh")
md5sums=('SKIP'