summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsyy2020-09-05 08:48:07 +0200
committerfsyy2020-09-05 08:48:07 +0200
commit55e238c8e05197accb9448804496eca76ccc9ca3 (patch)
treea6a9fd8b8bd7f50173ed3f22d41f6b832d8cf79c
parent36dba8eed6f574ce059195a9468c92c303568352 (diff)
downloadaur-55e238c8e05197accb9448804496eca76ccc9ca3.tar.gz
updated to latest version, added 32bit and 64bit download sources
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc8e481b3f8..77030c031143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
pkgbase = gbm
pkgdesc = Game Backup Monitor monitors games and backs up their savegames
- pkgver = 1.2.0
+ pkgver = 1.2.2
pkgrel = 1
url = https://mikemaximus.github.io/gbm-web/linux.html
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL3
makedepends = imagemagick
depends = mono-basic
depends = sqlite
depends = p7zip
optdepends = libnotify
- source = https://github.com/MikeMaximus/gbm/releases/download/v1.2.0/GBM.v1.2.0.32-bit.7z
- sha256sums = 67bcaf4638a7087a4cc399a68b28d57fcd5da5094c02e1a1b71486e6851a0c13
+ source_i686 = https://github.com/MikeMaximus/gbm/releases/download/v1.2.2/GBM.v1.2.2.32-bit.7z
+ b2sums_i686 = f551fa1a43e6bd013648c49dcdbf2efac55454afe61b4c3af4068094b32ea5ecaf858d1592599dabaaa6f9d7da613709a8689bcc287e9ae74dfb0c3d0e202420
+ source_x86_64 = https://github.com/MikeMaximus/gbm/releases/download/v1.2.2/GBM.v1.2.2.64-bit.7z
+ b2sums_x86_64 = 47471b70176b706dc9e14b833c6b3624b37d2e5a2bd989f527104d0468e54ae563f1ea81652ff03024870b78e9bfc85e474b1b17f9c9eba6bedbf95511e22d03
pkgname = gbm
diff --git a/PKGBUILD b/PKGBUILD
index 2f0ef4912561..2ad1c6aa8df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,20 @@
+# Maintainer: fsyy <fossy2001 web de>
# Maintainer: basxto <archlinux basxto de>
pkgname=gbm
-pkgver=1.2.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="Game Backup Monitor monitors games and backs up their savegames"
url="https://mikemaximus.github.io/gbm-web/linux.html"
license=('GPL3')
-arch=('any')
+arch=('i686' 'x86_64')
makedepends=('imagemagick')
depends=('mono-basic' 'sqlite' 'p7zip')
optdepends=('libnotify')
-source=("https://github.com/MikeMaximus/gbm/releases/download/v${pkgver}/GBM.v${pkgver}.32-bit.7z")
-sha256sums=('67bcaf4638a7087a4cc399a68b28d57fcd5da5094c02e1a1b71486e6851a0c13')
+source_x86_64=("https://github.com/MikeMaximus/gbm/releases/download/v${pkgver}/GBM.v${pkgver}.64-bit.7z")
+source_i686=("https://github.com/MikeMaximus/gbm/releases/download/v${pkgver}/GBM.v${pkgver}.32-bit.7z")
+b2sums_x86_64=('47471b70176b706dc9e14b833c6b3624b37d2e5a2bd989f527104d0468e54ae563f1ea81652ff03024870b78e9bfc85e474b1b17f9c9eba6bedbf95511e22d03')
+b2sums_i686=('f551fa1a43e6bd013648c49dcdbf2efac55454afe61b4c3af4068094b32ea5ecaf858d1592599dabaaa6f9d7da613709a8689bcc287e9ae74dfb0c3d0e202420')
package() {
#fix new lines