summaryrefslogtreecommitdiff
path: root/community/libfaketime
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
commitce34930a04e783323d0a92208729b9e5fa1994c5 (patch)
treeb1a647e06eb26544065c462a1b567150a4fc573e /community/libfaketime
parent65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff)
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/libfaketime')
-rw-r--r--community/libfaketime/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD
index 447f4b364..9bca2a8fa 100644
--- a/community/libfaketime/PKGBUILD
+++ b/community/libfaketime/PKGBUILD
@@ -1,28 +1,20 @@
-# $Id: PKGBUILD 62627 2012-01-22 21:34:26Z lfleischer $
+# $Id: PKGBUILD 103175 2013-12-28 18:39:16Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Dan Serban
# Contributor: Ross Melin <rdmelin@gmail.com>
pkgname=libfaketime
-pkgver=0.9.1
+pkgver=0.9.5
pkgrel=1
pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
arch=('i686' 'x86_64')
url='http://www.code-wizards.com/projects/libfaketime/'
license=('GPL2')
-source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'libfaketime-0.9.1-fix-as-needed.patch'
- 'libfaketime-0.9.1-fix-README-NEWS.patch')
-md5sums=('ce3f996dfd5826b4ac62f1a7cc36ea27'
- '90873e4df35283463ef54b159c318686'
- 'b1b641a8e2298aa1646982e3bde96117')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
build() {
cd "${pkgname}-${pkgver}"
-
- patch -p1 -i ../libfaketime-0.9.1-fix-as-needed.patch
- patch -p1 -i ../libfaketime-0.9.1-fix-README-NEWS.patch
-
make
}