summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2020-02-01 21:35:36 +0100
committerBuildTools2020-02-01 21:35:36 +0100
commit6e6668478a7ce486ed7b718c1762a1928d9783ab (patch)
treec0f1cdfc39d5ef1e6bfd9ca7fb4119e01b5610b4
parent242fce8fc0bd04b6fb9365622e772eed2c76c9c6 (diff)
downloadaur-6e6668478a7ce486ed7b718c1762a1928d9783ab.tar.gz
Reverting to the original download link due to an upstream fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f14f8d5db1..c1eca8373790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x
pkgdesc = x86 emulator with builtin DOS, with patches with more features
pkgver = 0.82.26
- pkgrel = 2
+ pkgrel = 3
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = dosbox-x
depends = mesa
depends = ffmpeg
conflicts = dosbox-x-git
- source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.82.86.tar.gz
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.82.26.tar.gz
source = dosbox-x.png
source = dosbox-x.desktop
sha256sums = cf6f6054f191d275d72a67fc664226b56444777bf6df464e2a9977339ebcf6f0
diff --git a/PKGBUILD b/PKGBUILD
index dedea0430d2f..ed9b159b900d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
pkgname=dosbox-x
pkgver=0.82.26
-srcver=0.82.86
-pkgrel=2
+pkgrel=3
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox-x.com"
@@ -12,7 +11,7 @@ depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg)
makedepends=(glu)
optdepends=()
conflicts=(dosbox-x-git)
-source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${srcver}.tar.gz
+source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz
dosbox-x.png
dosbox-x.desktop)
sha256sums=('cf6f6054f191d275d72a67fc664226b56444777bf6df464e2a9977339ebcf6f0'
@@ -20,12 +19,12 @@ sha256sums=('cf6f6054f191d275d72a67fc664226b56444777bf6df464e2a9977339ebcf6f0'
'32f290580ec02dedd09908d8a4de10f57b94998f2c1eb597b649208cd87b2d33')
build() {
- cd $srcdir/dosbox-x-dosbox-x-v${srcver}
+ cd $srcdir/dosbox-x-dosbox-x-v${pkgver}
./build
}
package() {
- cd $srcdir/dosbox-x-dosbox-x-v${srcver}
+ cd $srcdir/dosbox-x-dosbox-x-v${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 "${srcdir}/dosbox-x.png" \
"${pkgdir}/usr/share/pixmaps/dosbox-x.png"