summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2022-03-30 10:36:58 +0200
committerEmmanuel Gil Peyrot2022-03-30 10:36:58 +0200
commitfc2b6ac7b3e0cb7a6f0f4f2b2e80d5fab0fea25b (patch)
tree1a88974e971f990083d4e0dcbda61a929ce8d64a
parentbfee1beafb81291534891c3368e71fdc90f020e7 (diff)
downloadaur-fc2b6ac7b3e0cb7a6f0f4f2b2e80d5fab0fea25b.tar.gz
Bump version to 2.15.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab685d9a7358..e75bfcdacb9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = play.it
pkgdesc = Easy way to install games on Linux
- pkgver = 2.15.0
+ pkgver = 2.15.1
pkgrel = 1
url = https://www.dotslashplay.it
arch = any
@@ -12,7 +12,7 @@ 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.15.0.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.15.0/scripts-2.15.0.tar.gz
- sha256sums = 600fed39207a3a82699cf45a6d5e57bd76cc0faa72eae761f51f133976b98cea
+ source = play.it-2.15.1.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.15.1/scripts-2.15.1.tar.gz
+ sha256sums = b9053a8dd75387c624024070d40ad5428ce1a82502b0bee53c900f61d90ef561
pkgname = play.it
diff --git a/PKGBUILD b/PKGBUILD
index 373b2e2daa52..dadb46c34e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=play.it
-pkgver=2.15.0
+pkgver=2.15.1
pkgrel=1
pkgdesc="Easy way to install games on Linux"
arch=('any')
@@ -18,7 +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=('600fed39207a3a82699cf45a6d5e57bd76cc0faa72eae761f51f133976b98cea')
+sha256sums=('b9053a8dd75387c624024070d40ad5428ce1a82502b0bee53c900f61d90ef561')
build() {
cd scripts-$pkgver