summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-11-29 23:15:51 +0100
committerFrederik “Freso” S. Olesen2019-11-29 23:15:51 +0100
commite0d3608a9a3f3c1e5f2c6f9d3adfe12f9b0c690f (patch)
tree3814f2d29d36bd6d3eaaba80b2fef6626444bd9c
parent55e7515ed4f631d96836fa62715d8d6a9a2df4e7 (diff)
parentecd94b8ff13807d25ac3d124286d75fc2ab85437 (diff)
downloadaur-e0d3608a9a3f3c1e5f2c6f9d3adfe12f9b0c690f.tar.gz
Merge branch 'boxtron-git' into boxtron
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--boxtron.install9
3 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56f8a63e8f3..cf4503343fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = boxtron
- pkgdesc = Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!
+ pkgdesc = Compatibility tool to run DOS games on Steam through native Linux DOSBox
pkgver = 0.5.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dreamer/boxtron
- install = boxtron.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 91872924949b..913b215ebaa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
pkgname=boxtron
pkgver=0.5.2
-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!'
+pkgrel=3
+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')
@@ -11,7 +11,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#tag=v$pkgver")
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
-}