summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-11-25 17:46:06 +0100
committerEmmanuel Gil Peyrot2020-11-25 17:46:06 +0100
commitb7752866daa8205e5a79be346a4be503ac5d861b (patch)
tree70f4c90d490fa5ecca3f08bef59aa8fd978135dc
parent05b612ef46ae631118c16069885d40208c4c7cb9 (diff)
downloadaur-b7752866daa8205e5a79be346a4be503ac5d861b.tar.gz
Bump version to 2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b4c14081f1..63179c267aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = play.it
pkgdesc = Easy way to install games on Linux
- pkgver = 2.12.0
+ pkgver = 2.12.1
pkgrel = 1
url = https://wiki.dotslashplay.it
arch = any
@@ -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.12.0.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.12.0/scripts-2.12.0.tar.gz
- sha256sums = 413f2ffb7af50e44c03abc04bade37494eb47b936c8ef7bee01872b71c371549
+ source = play.it-2.12.1.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.12.1/scripts-2.12.1.tar.gz
+ sha256sums = 8cc88fb18d60b36309e5ec1597b0f6658783976a8357b154fbcfa41ad02f7297
pkgname = play.it
diff --git a/PKGBUILD b/PKGBUILD
index 3659a68cd302..6ae7cb994282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=play.it
-pkgver=2.12.0
+pkgver=2.12.1
pkgrel=1
pkgdesc="Easy way to install games on Linux"
arch=('any')
@@ -18,14 +18,7 @@ optdepends=(
'unzip: to extract some archives'
)
source=("${pkgname}-${pkgver}.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/${pkgver}/scripts-${pkgver}.tar.gz")
-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
-}
+sha256sums=('8cc88fb18d60b36309e5ec1597b0f6658783976a8357b154fbcfa41ad02f7297')
build() {
cd scripts-$pkgver