Date: Thursday, March 10, 2022 @ 18:40:34
  Author: arojas
Revision: 1146072

Update to 0.9.10

Modified:
  libfaketime/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-10 18:39:47 UTC (rev 1146071)
+++ PKGBUILD    2022-03-10 18:40:34 UTC (rev 1146072)
@@ -3,7 +3,7 @@
 # Contributor: Ross Melin <rdme...@gmail.com>
 
 pkgname=libfaketime
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
 arch=('x86_64')
@@ -10,7 +10,8 @@
 url='https://github.com/wolfcw/libfaketime'
 license=('GPL2')
 
source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('1f784c9c0ec7807b9d1107d1730dbb41')
+md5sums=('bbeaa43f514fc8e637e5efdac53e2671')
+options=(!lto)
 
 build() {
   cd "${pkgname}-${pkgver}"

Reply via email to