summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 16:25:01 +0200
committerFrederik “Freso” S. Olesen2019-10-04 16:25:01 +0200
commitcd6645de92acf6c27335f96d18bd7e211e051c58 (patch)
tree66fe89332aea2a2b366474e858ae75ca89b8714c
parent58a44e4ab337b466924e1f0b13b4fc8ff27db717 (diff)
downloadaur-cd6645de92acf6c27335f96d18bd7e211e051c58.tar.gz
boxtron 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af78c819df75..1dab43fdc859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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!
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = https://github.com/dreamer/boxtron
install = boxtron.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = boxtron
optdepends = steam: The Steam client
optdepends = timidity++: MIDI support
optdepends = soundfont-fluid: MIDI support
- source = git+https://github.com/dreamer/boxtron.git#tag=v0.5.0
+ source = git+https://github.com/dreamer/boxtron.git#tag=v0.5.2
sha512sums = SKIP
pkgname = boxtron
diff --git a/PKGBUILD b/PKGBUILD
index 0a996e9dea7f..d81d71504077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
pkgname=boxtron
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc='Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!'
arch=('i686' 'x86_64')
url="https://github.com/dreamer/$pkgname"