summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7751b666e802..adc32132be8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = h2ogames
pkgdesc = Game management client for h2o games.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mattmoore/h2o
arch = x86_64
license = Apache-2.0
@@ -9,6 +9,6 @@ pkgbase = h2ogames
depends = glibc
depends = gcc-libs
source = https://github.com/mattmoore/h2o/releases/download/v0.1.0/h2o-0.1.0.tar.xz
- sha512sums = f2524341bc1c0a50585be71bbb4ac91404cd69806ad87462a9990c008ccd0377a56240f4f6443db0e1f4f6ef5a00e400462458ab062a81b045819072567719c7
+ sha512sums = 7d5ce2010264740e906bf95c6ebed934ea686e7b0b160ce34c6f686c86ee6e8162d2b05b93a99b9575a45337b73b6c93ff716bc2d9e7425b32ccbdd20076899d
pkgname = h2ogames
diff --git a/PKGBUILD b/PKGBUILD
index 73c8e9f4ee8d..8cf5a8e14903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=h2o
pkgname=h2ogames
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Game management client for h2o games."
arch=("x86_64")
@@ -25,7 +25,7 @@ options=()
install=
changelog=
source=("https://github.com/mattmoore/h2o/releases/download/v0.1.0/$_pkgname-$pkgver.tar.xz")
-sha512sums=("f2524341bc1c0a50585be71bbb4ac91404cd69806ad87462a9990c008ccd0377a56240f4f6443db0e1f4f6ef5a00e400462458ab062a81b045819072567719c7")
+sha512sums=("7d5ce2010264740e906bf95c6ebed934ea686e7b0b160ce34c6f686c86ee6e8162d2b05b93a99b9575a45337b73b6c93ff716bc2d9e7425b32ccbdd20076899d")
validpgpkeys=()
package() {