Date: Thursday, February 6, 2020 @ 13:47:06 Author: arodseth Revision: 563627
upgpkg: libx86emu 3.1-1 Modified: libx86emu/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-06 13:44:27 UTC (rev 563626) +++ PKGBUILD 2020-02-06 13:47:06 UTC (rev 563627) @@ -3,7 +3,7 @@ # Contributor: Gergely Imreh <imrehgATgmailDOTcom> pkgname=libx86emu -pkgver=2.4 +pkgver=3.1 pkgrel=1 pkgdesc='x86 emulation library' arch=(x86_64) @@ -10,8 +10,8 @@ url='https://github.com/wfeldt/libx86emu' license=(BSD) makedepends=(git setconf) -source=("git+https://github.com/wfeldt/libx86emu#tag=$pkgver") -md5sums=('SKIP') +source=("git+$url#commit=0aed125dcc2214ccf9e1a52e9925ae654cefbaf1") # 3.1 +sha256sums=('SKIP') prepare() { sed -i 's/-shared -Wl/-shared '"$LDFLAGS"'/g' "$pkgname/Makefile"
