summaryrefslogtreecommitdiff
path: root/community/datemath/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/datemath/PKGBUILD')
-rw-r--r--community/datemath/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD
index 23688f4d4..cd8254a2d 100644
--- a/community/datemath/PKGBUILD
+++ b/community/datemath/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74846 2012-08-07 05:46:50Z spupykin $
+# $Id: PKGBUILD 113961 2014-07-01 10:49:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Todd Musall <tmusall@comcast.net>
# Contributor: Todd Musall <tmusall@comcast.net>
pkgname=datemath
pkgver=2.0.10
-pkgrel=4
+pkgrel=5
pkgdesc="Command line date and time math utility."
arch=('i686' 'x86_64')
url="http://www.unixwiz.net/tools/datemath.html"
@@ -20,5 +20,9 @@ build() {
cd $srcdir
patch -Np0 <$srcdir/y2k.patch
make
+}
+
+package() {
+ cd $srcdir
install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath
}