[arch-commits] Commit in fcron/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 12 10:09:08 UTC 2014


    Date: Monday, May 12, 2014 @ 12:09:07
  Author: seblu
Revision: 111044

upgpkg: fcron 3.1.3-1

- and remove html and txt docs. only mans are left.

Modified:
  fcron/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-12 09:28:42 UTC (rev 111043)
+++ PKGBUILD	2014-05-12 10:09:07 UTC (rev 111044)
@@ -6,8 +6,8 @@
 # Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
 
 pkgname=fcron
-pkgver=3.1.2
-pkgrel=8
+pkgver=3.1.3
+pkgrel=1
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
@@ -29,7 +29,7 @@
 install=$pkgname.install
 source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz"
         'systab.orig')
-md5sums=('36bf213e15f3a480f2274f8e46cced0a'
+md5sums=('b58ce88344eb4c80a353066547d20a24'
          'afecbfd98caa49e8e4aa239fa1b19255')
 
 build() {
@@ -70,6 +70,9 @@
   install -d -m755 "$pkgdir/etc/cron.monthly"
   install -d -m755 "$pkgdir/etc/cron.weekly"
 
+  # remove docs
+  rm -r "$pkgdir/usr/share/doc"
+
   # avoid conflict with filesystem>=2012.06
   rmdir "$pkgdir"/{var/,}run
 




More information about the arch-commits mailing list