summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2021-12-31 12:02:19 +0100
committerEmmanuel Gil Peyrot2021-12-31 12:02:19 +0100
commitbfee1beafb81291534891c3368e71fdc90f020e7 (patch)
treee51101f8acf6d3f4855886d1d757f554a3a63a83
parent4a22459a0955a340363d117104918feae890b4a0 (diff)
downloadaur-bfee1beafb81291534891c3368e71fdc90f020e7.tar.gz
Bump version to 2.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 347b77aa576c..ab685d9a7358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = play.it
pkgdesc = Easy way to install games on Linux
- pkgver = 2.14.1
+ pkgver = 2.15.0
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.14.1.tar.gz::https://forge.dotslashplay.it/play.it/scripts/-/archive/2.14.1/scripts-2.14.1.tar.gz
- sha256sums = a6822c646baf082b6ac9bef49d3c6794fd4acaebe9a95cc76e3c414dbdd8e124
+ 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
pkgname = play.it
diff --git a/PKGBUILD b/PKGBUILD
index ed5eed3b443b..373b2e2daa52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=play.it
-pkgver=2.14.1
+pkgver=2.15.0
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=('a6822c646baf082b6ac9bef49d3c6794fd4acaebe9a95cc76e3c414dbdd8e124')
+sha256sums=('600fed39207a3a82699cf45a6d5e57bd76cc0faa72eae761f51f133976b98cea')
build() {
cd scripts-$pkgver