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
===================================================================
--- PKGBUILD    2021-10-27 20:34:37 UTC (rev 1034802)
+++ PKGBUILD    2021-10-27 20:34:48 UTC (rev 1034803)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
-# Contributor: Dan Serban
-# Contributor: Ross Melin <rdme...@gmail.com>
-
-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)
+++ PKGBUILD    2021-10-27 20:34:48 UTC (rev 1034803)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: Dan Serban
+# Contributor: Ross Melin <rdme...@gmail.com>
+
+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
+}

Reply via email to