summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-05-15 20:39:32 +0200
committerEmmanuel Gil Peyrot2020-05-15 20:39:32 +0200
commit82614537e4323056135c4309fc6acd060d3eca6c (patch)
tree5d86ff554b057d83d117dd04360e0cd232dd4f2b
parent12d50fa9558c4c1b1c0588bed2a7c25a311e8039 (diff)
downloadaur-82614537e4323056135c4309fc6acd060d3eca6c.tar.gz
Fix copy/paste typo, thanks edgarvincent!
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80fc3a9e0fda..9202425c784f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=play.it
pkgver=2.11.4
-pkgrel=2
+pkgrel=3
pkgdesc="Easy way to install games on Linux"
arch=('any')
url="https://wiki.dotslashplay.it"
@@ -21,7 +21,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://forge.dotslashplay.it/play.it/scri
sha1sums=('9858a16af2e9398c8e27a15c68d43447a42a79f9')
prepare() {
- cd play.it
+ cd scripts-$pkgver
sed -i '/DEFAULT_OPTION_PREFIX/s,=.*,=/usr,' play.it-2/src/99_init.sh
}