summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--boxtron.install9
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fab28cf83e2..f85a3ef5bdee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = boxtron-git
- 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.2.r3.9f10193
- pkgrel = 2
+ pkgdesc = Compatibility tool to run DOS games on Steam through native Linux DOSBox
+ pkgver = 0.5.3.r6.8aa2e4e
+ pkgrel = 1
url = https://github.com/dreamer/boxtron
- install = boxtron.install
arch = i686
arch = x86_64
license = GPL
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')
diff --git a/boxtron.install b/boxtron.install
deleted file mode 100644
index 1dbfc1264924..000000000000
--- a/boxtron.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo 'NOTE: You need to participate in the Steam client beta for this'
- echo 'NOTE: compatibility tool to get picked up properly. See'
- echo 'NOTE: https://support.steampowered.com/kb_article.php?ref=7021-EIAH-8669'
-}
-
-post_upgrade() {
- post_install
-}