[arch-commits] Commit in logwatch/repos/community-any (10 files)

2020-10-10 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 10, 2020 @ 09:48:33
  Author: spupykin
Revision: 723037

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 723036, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 723036, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 723036, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 723036, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 723036, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  128 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 09:48:09 UTC (rev 723036)
+++ PKGBUILD2020-10-10 09:48:33 UTC (rev 723037)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.3
-pkgrel=1
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="https://sourceforge.net/projects/logwatch/files/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('1b2b96879dec01cd02754fe00f8989b11ff16158c3dc7c4aff0faa4b1d34974b'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-   sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 723036, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 09:48:33 UTC (rev 723037)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.4
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="https://sourceforge.net/projects/logwatch/files/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)

[arch-commits] Commit in logwatch/repos/community-any (10 files)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:59:09
  Author: spupykin
Revision: 581243

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 581242, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 581242, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 581242, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 581242, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 581242, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  128 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 12:58:53 UTC (rev 581242)
+++ PKGBUILD2020-02-25 12:59:09 UTC (rev 581243)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=6
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-   sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 581242, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 12:59:09 UTC (rev 581243)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.3
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="https://sourceforge.net/projects/logwatch/files/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)

[arch-commits] Commit in logwatch/repos/community-any (10 files)

2019-09-23 Thread Sergej Pupykin via arch-commits
Date: Monday, September 23, 2019 @ 15:28:53
  Author: spupykin
Revision: 511591

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 511590, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 511590, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 511590, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 511590, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 511590, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  127 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 15:28:36 UTC (rev 511590)
+++ PKGBUILD2019-09-23 15:28:53 UTC (rev 511591)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=5
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 511590, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 15:28:53 UTC (rev 511591)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.2
+pkgrel=6
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="http://www.logwatch.org/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)
+sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+

[arch-commits] Commit in logwatch/repos/community-any (10 files)

2019-09-23 Thread Sergej Pupykin via arch-commits
Date: Monday, September 23, 2019 @ 10:40:52
  Author: spupykin
Revision: 511572

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 511571, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 511571, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 511571, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 511571, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 511571, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  126 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 10:38:07 UTC (rev 511571)
+++ PKGBUILD2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=5
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 511571, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,63 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.2
+pkgrel=5
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="http://www.logwatch.org/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)
+sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+