Skip to content

Commit c3d5252

Browse files
authored
upd(libx86emu): 3.5 -> 3.7 (#8521)
1 parent fad6243 commit c3d5252

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

packages/libx86emu/.SRCINFO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
pkgbase = 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

1312
pkgname = libx86emu
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
pkgname="libx86emu"
22
gives=("libx86emu3")
33
provides=("libx86emu-dev")
4-
pkgver="3.5"
4+
pkgver="3.7"
55
pkgdesc='x86 emulation library'
66
arch=("amd64")
77
url='https://github.com/wfeldt/libx86emu'
88
pacdeps=("setconf")
99
source=("git+https://github.com/wfeldt/libx86emu#tag=${pkgver}")
10-
sha256sums=('SKIP')
1110
maintainer=("xdavius <xdavius@github.com>")
1211
external_connection=true
1312

1413
prepare() {
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

2019
build() {
21-
make -C "${pkgname}" LIBDIR=/usr/lib
20+
make -C "${pkgname}" LIBDIR=/usr/lib -j"${NCPU}"
2221
}
2322

2423
package() {
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
}

srclist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7429,15 +7429,14 @@ pkgname = libwebrtc-audio-processing1-deb
74297429
---
74307430
pkgbase = 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

74427441
pkgname = libx86emu
74437442
---

0 commit comments

Comments
 (0)