[arch-commits] Commit in libfaketime/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Oct 27 20:34:37 UTC 2021
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
===================================================================
--- PKGBUILD 2021-10-27 20:33:26 UTC (rev 1034801)
+++ PKGBUILD 2021-10-27 20:34:37 UTC (rev 1034802)
@@ -3,14 +3,14 @@
# Contributor: Ross Melin <rdmelin at gmail.com>
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}"
More information about the arch-commits
mailing list