[arch-commits] Commit in libfaketime/repos/community-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Mon Oct 28 14:11:04 UTC 2019
Date: Monday, October 28, 2019 @ 14:11:03
Author: lfleischer
Revision: 520841
archrelease: copy trunk to community-x86_64
Added:
libfaketime/repos/community-x86_64/PKGBUILD
(from rev 520840, libfaketime/trunk/PKGBUILD)
Deleted:
libfaketime/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-28 14:10:57 UTC (rev 520840)
+++ PKGBUILD 2019-10-28 14:11:03 UTC (rev 520841)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Dan Serban
-# Contributor: Ross Melin <rdmelin at gmail.com>
-
-pkgname=libfaketime
-pkgver=0.9.7
-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=('8617e2c6caf0977b3ce9a271f867302c')
-
-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 520840, libfaketime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-28 14:11:03 UTC (rev 520841)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Dan Serban
+# Contributor: Ross Melin <rdmelin at 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
+}
More information about the arch-commits
mailing list