summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent82614537e4323056135c4309fc6acd060d3eca6c (diff)
downloadaur-05b612ef46ae631118c16069885d40208c4c7cb9.tar.gz
Bump version to 2.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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() {