summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-11-29 23:12:27 +0100
committerFrederik “Freso” S. Olesen2019-11-29 23:12:27 +0100
commitecd94b8ff13807d25ac3d124286d75fc2ab85437 (patch)
tree3867cef8117582ed24ea3bce9b80c6b4824272c1 /PKGBUILD
parentde85467adee29a38e4bd4ac6d49372c776d5f20d (diff)
downloadaur-ecd94b8ff13807d25ac3d124286d75fc2ab85437.tar.gz
Remove notice about needing Steam beta
The Steam beta required for this to work as expected was released to non-beta, so all Steam users (who have updated) should have this working as expected.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38f9be6c2f1e..c1682c33cd4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
pkgname=boxtron-git
_pkgname="${pkgname%-git}"
-pkgver=0.5.2.r3.9f10193
-pkgrel=2
-pkgdesc='Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!'
+pkgver=0.5.3.r6.8aa2e4e
+pkgrel=1
+pkgdesc='Compatibility tool to run DOS games on Steam through native Linux DOSBox'
arch=('i686' 'x86_64')
url="https://github.com/dreamer/$_pkgname"
license=('GPL')
@@ -12,7 +12,6 @@ makedepends=('git')
optdepends=(
'steam: The Steam client'
'soundfont-fluid: required for MIDI support, but another soundfont can be used')
-install=$_pkgname.install
source=("git+$url.git")
sha512sums=('SKIP')