File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11pkgbase = libx86emu
22 gives = libx86emu3
3- pkgver = 3.5
3+ pkgver = 3.7
44 pkgdesc = x86 emulation library
55 url = https://github.com/wfeldt/libx86emu
66 arch = amd64
77 pacdeps = setconf
88 provides = libx86emu-dev
99 maintainer = xdavius <xdavius@github.com>
10- source = git+https://github.com/wfeldt/libx86emu#tag=3.5
11- sha256sums = SKIP
10+ source = git+https://github.com/wfeldt/libx86emu#tag=3.7
1211
1312pkgname = libx86emu
Original file line number Diff line number Diff line change 11pkgname="libx86emu"
22gives=("libx86emu3")
33provides=("libx86emu-dev")
4- pkgver="3.5 "
4+ pkgver="3.7 "
55pkgdesc='x86 emulation library'
66arch=("amd64")
77url='https://github.com/wfeldt/libx86emu'
88pacdeps=("setconf")
99source=("git+https://github.com/wfeldt/libx86emu#tag=${pkgver}")
10- sha256sums=('SKIP')
1110maintainer=("xdavius <xdavius@github.com>")
1211external_connection=true
1312
1413prepare() {
15- setconf "${pkgname}" /Makefile \
14+ setconf "${pkgname}/Makefile" \
1615 CFLAGS="${CFLAGS}0 -shared -fPIC -fvisibility=hidden -fomit-frame-pointer -w" \
1716 LDFLAGS="-Wl,-shared"
1817}
1918
2019build() {
21- make -C "${pkgname}" LIBDIR=/usr/lib
20+ make -C "${pkgname}" LIBDIR=/usr/lib -j"${NCPU}"
2221}
2322
2423package() {
2524 make -C "${pkgname}" LIBDIR=/usr/lib DESTDIR="${pkgdir}" install
26- install -Dm644 "${pkgname}" /LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25+ install -Dm644 "${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
2726}
Original file line number Diff line number Diff line change @@ -7429,15 +7429,14 @@ pkgname = libwebrtc-audio-processing1-deb
74297429---
74307430pkgbase = libx86emu
74317431 gives = libx86emu3
7432- pkgver = 3.5
7432+ pkgver = 3.7
74337433 pkgdesc = x86 emulation library
74347434 url = https://github.com/wfeldt/libx86emu
74357435 arch = amd64
74367436 pacdeps = setconf
74377437 provides = libx86emu-dev
74387438 maintainer = xdavius <xdavius@github.com>
7439- source = git+https://github.com/wfeldt/libx86emu#tag=3.5
7440- sha256sums = SKIP
7439+ source = git+https://github.com/wfeldt/libx86emu#tag=3.7
74417440
74427441pkgname = libx86emu
74437442---
You can’t perform that action at this time.
0 commit comments