summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Riedel2018-02-04 20:48:42 +0100
committerSebastian Riedel2018-02-04 20:48:42 +0100
commit743defb762fd7d8df8370d607f454923dce7cddf (patch)
treee4778fdced32a522314b9669bdff7fd81cf08012
parentbd5bfcbec7d07edbe7387304ab9bf6724a26f728 (diff)
downloadaur-743defb762fd7d8df8370d607f454923dce7cddf.tar.gz
v1.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc9139251e41..adbbb71a9eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gbm
pkgdesc = Game Backup Monitor monitors games and backs up their savegames
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://mikemaximus.github.io/gbm-web/linux.html
arch = any
@@ -9,8 +9,8 @@ pkgbase = gbm
depends = mono-basic
depends = sqlite
depends = p7zip
- source = https://github.com/MikeMaximus/gbm/releases/download/v1.0.6/GBM.v1.0.6.32-bit.7z
- sha256sums = f22577dc268197c502431bc89d1d170f47bc5233b15a8d4947670161dfa00d1c
+ source = https://github.com/MikeMaximus/gbm/releases/download/v1.0.7/GBM.v1.0.7.32-bit.7z
+ sha256sums = a544eaa038c99a655714efce42da813681f239332933319fbba8aeb9d07cb517
pkgname = gbm
diff --git a/PKGBUILD b/PKGBUILD
index 53133c15db11..8c0c6346012e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: basxto <archlinux basxto de>
pkgname=gbm
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="Game Backup Monitor monitors games and backs up their savegames"
url="https://mikemaximus.github.io/gbm-web/linux.html"
@@ -10,8 +10,10 @@ arch=('any')
makedepends=('imagemagick')
depends=('mono-basic' 'sqlite' 'p7zip')
source=("https://github.com/MikeMaximus/gbm/releases/download/v${pkgver}/GBM.v${pkgver}.32-bit.7z")
-sha256sums=('f22577dc268197c502431bc89d1d170f47bc5233b15a8d4947670161dfa00d1c')
+sha256sums=('a544eaa038c99a655714efce42da813681f239332933319fbba8aeb9d07cb517')
package() {
+ #fix new lines
+ sed -e $'s/\r$//' -i ${srcdir}/gbm.sh
make -C ${srcdir} install DESTDIR="${pkgdir}/" PREFIX=/usr
}