Date: Monday, December 23, 2019 @ 18:07:22 Author: anatolik Revision: 372171
upgpkg: seabios 1.13.0-1 Switch to python3 Modified: seabios/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-23 18:00:09 UTC (rev 372170) +++ PKGBUILD 2019-12-23 18:07:22 UTC (rev 372171) @@ -1,13 +1,13 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=seabios -pkgver=1.12.1 +pkgver=1.13.0 pkgrel=1 pkgdesc="A 16-bit x86 bios" arch=('any') url="https://www.coreboot.org/SeaBIOS" license=('GPL3' 'LGPL3') -makedepends=('iasl' 'python2' 'inetutils') +makedepends=('iasl' 'python' 'inetutils') options=('!makeflags' '!strip') _tag=rel-$pkgver source=(seabios-$pkgver.zip::https://github.com/coreboot/seabios/archive/$_tag.zip @@ -23,7 +23,7 @@ config.vga.bochs-display config.vga.ramfb config.vga.virtio) -sha1sums=('38827b16ee861b117131bb2b87281053b066f319' +sha1sums=('b63b9fd5f73f74f0e8076ad23623c975ec0c2127' '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9' '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb' '05b912a291994226049103cbe6754976cc03532d' @@ -51,7 +51,6 @@ prepare() { cd seabios-$_tag rm -rf binaries - sed -i 's/python/python2/g' Makefile mkdir binaries }
