Date: Friday, February 7, 2020 @ 22:39:40 Author: arojas Revision: 374988
Update to 2.4.3 Modified: libsmbios/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-07 22:35:03 UTC (rev 374987) +++ PKGBUILD 2020-02-07 22:39:40 UTC (rev 374988) @@ -3,8 +3,8 @@ # Contributor: daniel g. siegel <[email protected]> pkgname=libsmbios -pkgver=2.4.2 -pkgrel=2 +pkgver=2.4.3 +pkgrel=1 pkgdesc="A library for providing access to as much BIOS information as possible" arch=('x86_64') url="https://github.com/dell/libsmbios" @@ -12,7 +12,7 @@ depends=('gcc-libs') makedepends=('libxml2' 'python' 'chrpath' 'doxygen' git cppunit help2man) optdepends=('python: tools') -_commit=f4031c3a261d48cdfcb38ed7b2ad1089703937f7 # tags/v2.4.2 +_commit=5b72244ca0d09c7f228d571ec2d5d20183486c11 # tags/v2.4.3 source=("git+https://github.com/dell/libsmbios.git#commit=$_commit") sha256sums=('SKIP')
