[arch-commits] Commit in libfaketime/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-10 Thread Antonio Rojas via arch-commits
Date: Thursday, March 10, 2022 @ 18:40:43
  Author: arojas
Revision: 1146075

archrelease: copy trunk to community-x86_64

Added:
  libfaketime/repos/community-x86_64/PKGBUILD
(from rev 1146073, libfaketime/trunk/PKGBUILD)
Deleted:
  libfaketime/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-10 18:40:43 UTC (rev 1146074)
+++ PKGBUILD2022-03-10 18:40:43 UTC (rev 1146075)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Dan Serban
-# Contributor: Ross Melin 
-
-pkgname=libfaketime
-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/$pkgname-$pkgver.tar.gz;)
-md5sums=('1f784c9c0ec7807b9d1107d1730dbb41')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libfaketime/repos/community-x86_64/PKGBUILD (from rev 1146073, 
libfaketime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-10 18:40:43 UTC (rev 1146075)
@@ -0,0 +1,24 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Dan Serban
+# Contributor: Ross Melin 
+
+pkgname=libfaketime
+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')
+url='https://github.com/wolfcw/libfaketime'
+license=('GPL2')
+source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('bbeaa43f514fc8e637e5efdac53e2671')
+options=(!lto)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in libfaketime/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  libfaketime/repos/community-x86_64/PKGBUILD
(from rev 1034802, libfaketime/trunk/PKGBUILD)
Deleted:
  libfaketime/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-27 20:34:37 UTC (rev 1034802)
+++ PKGBUILD2021-10-27 20:34:48 UTC (rev 1034803)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Dan Serban
-# Contributor: Ross Melin 
-
-pkgname=libfaketime
-pkgver=0.9.8
-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')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libfaketime/repos/community-x86_64/PKGBUILD (from rev 1034802, 
libfaketime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-27 20:34:48 UTC (rev 1034803)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Dan Serban
+# Contributor: Ross Melin 
+
+pkgname=libfaketime
+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/$pkgname-$pkgver.tar.gz;)
+md5sums=('1f784c9c0ec7807b9d1107d1730dbb41')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}