[arch-commits] Commit in libfaketime/trunk (PKGBUILD)

2022-03-10 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2022-03-10 18:39:47 UTC (rev 1146071)
+++ PKGBUILD2022-03-10 18:40:34 UTC (rev 1146072)
@@ -3,7 +3,7 @@
 # Contributor: Ross Melin 
 
 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}"



[arch-commits] Commit in libfaketime/trunk (PKGBUILD)

2021-10-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 27, 2021 @ 20:34:37
  Author: arojas
Revision: 1034802

Update to 0.9.9

Modified:
  libfaketime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-27 20:33:26 UTC (rev 1034801)
+++ PKGBUILD2021-10-27 20:34:37 UTC (rev 1034802)
@@ -3,14 +3,14 @@
 # Contributor: Ross Melin 
 
 pkgname=libfaketime
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
 arch=('x86_64')
 url='https://github.com/wolfcw/libfaketime'
 license=('GPL2')
-source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('9ad120f0d74d722d83570035b6a507f0')
+source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('1f784c9c0ec7807b9d1107d1730dbb41')
 
 build() {
   cd "${pkgname}-${pkgver}"