summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-08-10 09:07:03 +0200
committerEmmanuel Gil Peyrot2020-08-10 09:07:15 +0200
commit05b612ef46ae631118c16069885d40208c4c7cb9 (patch)
treeb05efe39d6f26acf5e9f7a9812543648b382b3a9
parent82614537e4323056135c4309fc6acd060d3eca6c (diff)
downloadaur-05b612ef46ae631118c16069885d40208c4c7cb9.tar.gz
Bump version to 2.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fe9db34d7aa..00b4c14081f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = play.it
pkgdesc = Easy way to install games on Linux
- pkgver = 2.11.4
- pkgrel = 2
+ pkgver = 2.12.0
+ pkgrel = 1
url = https://wiki.dotslashplay.it
arch = any
license = BSD
@@ -12,8 +12,8 @@ pkgbase = play.it
optdepends = icoutils: to manipulate Windows icon files
optdepends = innoextract: to extract some Windows installers
optdepends = unzip: to extract some archives
- source = play.it-2.11.4.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.11.4/scripts-2.11.4.tar.gz
- sha1sums = 9858a16af2e9398c8e27a15c68d43447a42a79f9
+ source = play.it-2.12.0.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.12.0/scripts-2.12.0.tar.gz
+ sha256sums = 413f2ffb7af50e44c03abc04bade37494eb47b936c8ef7bee01872b71c371549
pkgname = play.it
diff --git a/PKGBUILD b/PKGBUILD
index 9202425c784f..3659a68cd302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=play.it
-pkgver=2.11.4
-pkgrel=3
+pkgver=2.12.0
+pkgrel=1
pkgdesc="Easy way to install games on Linux"
arch=('any')
url="https://wiki.dotslashplay.it"
@@ -18,11 +18,13 @@ optdepends=(
'unzip: to extract some archives'
)
source=("${pkgname}-${pkgver}.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/${pkgver}/scripts-${pkgver}.tar.gz")
-sha1sums=('9858a16af2e9398c8e27a15c68d43447a42a79f9')
+sha256sums=('413f2ffb7af50e44c03abc04bade37494eb47b936c8ef7bee01872b71c371549')
prepare() {
cd scripts-$pkgver
sed -i '/DEFAULT_OPTION_PREFIX/s,=.*,=/usr,' play.it-2/src/99_init.sh
+ sed -i '/PATH_DESK/s,=.*,=/usr/share/applications,' play.it-2/src/99_init.sh
+ sed -i '/PATH_ICON_BASE/s,=.*,=/usr/share/icons/hicolor,' play.it-2/src/99_init.sh
}
build() {