git » dosbox-x.git » commit 6e66684

Reverting to the original download link due to an upstream fix

author BuildTools
2020-02-01 20:35:36 UTC
committer BuildTools
2020-02-01 20:35:36 UTC
parent 242fce8fc0bd04b6fb9365622e772eed2c76c9c6

Reverting to the original download link due to an upstream fix

.SRCINFO +2 -2
PKGBUILD +4 -5

diff --git a/.SRCINFO b/.SRCINFO
index b6f14f8..c1eca83 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 dedea04..ed9b159 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"