summaryrefslogtreecommitdiff
path: root/community/incron/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/incron/PKGBUILD')
-rw-r--r--community/incron/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/incron/PKGBUILD b/community/incron/PKGBUILD
index 32778331c..21370d6af 100644
--- a/community/incron/PKGBUILD
+++ b/community/incron/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74646 2012-08-01 06:33:04Z spupykin $
+# $Id: PKGBUILD 90677 2013-05-13 14:26:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
# Contributor: scj <scj(at)archlinux(dot)us>
pkgname=incron
pkgver=0.5.10
-pkgrel=3
+pkgrel=4
pkgdesc="Like the regular cron but is driven by filesystem events instead of time periods"
arch=('i686' 'x86_64')
url="http://incron.aiken.cz/"
@@ -14,10 +14,8 @@ depends=('gcc-libs' 'bash')
install=incron.install
options=('emptydirs')
source=("http://inotify.aiken.cz/download/incron/$pkgname-$pkgver.tar.gz"
- 'incron.init'
'incrond.service')
md5sums=('67f8b671db8169edccc8ef11c7d2c8be'
- '648e1ca1a4b1e624401d9d71aa3756b3'
'859a90af9e4efe40db381ea07167a66a')
build() {
@@ -39,6 +37,5 @@ package() {
CFGDIR="${pkgdir}"/etc \
SYSDATADIR="${pkgdir}"/etc/incron.d install
- install -Dm0755 "${srcdir}"/incron.init "${pkgdir}"/etc/rc.d/incrond
install -Dm0644 "${srcdir}/incrond.service" "${pkgdir}/usr/lib/systemd/system/incrond.service"
}