summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-04-30 13:35:30 +0800
committerlilac2022-04-30 13:35:30 +0800
commita558386206a97788c75707bb1f44a0d9f527e75c (patch)
treec2bd086e0af5e2dc8e92102d92ad62e78ce75906
parentdd973859707449955132683355b0e66f026d4529 (diff)
downloadaur-a558386206a97788c75707bb1f44a0d9f527e75c.tar.gz
[lilac] updated to 16643.bdb285d31-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ac54c35ce21..20fe8f852c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features
- pkgver = 16317.504b33a49
- pkgrel = 2
+ pkgver = 16643.bdb285d31
+ pkgrel = 1
url = http://dosbox.sourceforge.net
install = dosbox-x.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = dosbox-x-git
depends = mesa
depends = ffmpeg4.4
depends = physfs
- source = dosbox-x::git://github.com/joncampbell123/dosbox-x.git
+ source = dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git
md5sums = SKIP
pkgname = dosbox-x-git
diff --git a/PKGBUILD b/PKGBUILD
index 00963ad7a5f5..56d371f3221c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-git
-pkgver=16317.504b33a49
-pkgrel=2
+pkgver=16643.bdb285d31
+pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox.sourceforge.net"
@@ -14,7 +14,7 @@ optdepends=('openglide-git: Third-party 3dfx Glide API support'
'libslirp: Allows DosBox-X to connect to the internet rootless solution')
optdepends=()
install='dosbox-x.install'
-source=(dosbox-x::git://github.com/joncampbell123/dosbox-x.git)
+source=(dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git)
pkgver() {
cd "$SRCDEST/dosbox-x"