[arch-commits] Commit in pflogsumm/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 22:46:38 UTC 2020
Date: Sunday, March 15, 2020 @ 22:46:38
Author: felixonmars
Revision: 598777
archrelease: copy trunk to community-any
Added:
pflogsumm/repos/community-any/PKGBUILD
(from rev 598776, pflogsumm/trunk/PKGBUILD)
Deleted:
pflogsumm/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 22:46:31 UTC (rev 598776)
+++ PKGBUILD 2020-03-15 22:46:38 UTC (rev 598777)
@@ -1,21 +0,0 @@
-# Maintainer: Sebastien Luttringer
-
-pkgname=pflogsumm
-pkgver=1.1.3
-pkgrel=3
-pkgdesc='Postfix log entry summarizer'
-url='https://jimsun.linxnet.com/postfix_contrib.html'
-license=('GPL')
-arch=('any')
-depends=('perl-date-calc')
-source=("https://jimsun.linxnet.com/downloads/$pkgname-$pkgver.tar.gz")
-# .asc file is 404 as of 2017-01-14
-sha512sums=('c378bbc4ec3fe6be3bca52df579ca0c92a98a53e8b3017e8b308f3359ce1216a23c754cb9775c5aaf6578a77189aae89cc39df189a39f32ff8c8997ee542a7ce')
-
-package() {
- cd $pkgname-$pkgver
-
- install -D -m755 pflogsumm.pl "$pkgdir/usr/bin/pflogsumm"
- install -D -m644 pflogsumm.1 "$pkgdir/usr/share/man/man1/pflogsumm.1"
- install -D -m644 pflogsumm-faq.txt "$pkgdir/usr/share/doc/$pkgname/FAQ"
-}
Copied: pflogsumm/repos/community-any/PKGBUILD (from rev 598776, pflogsumm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-15 22:46:38 UTC (rev 598777)
@@ -0,0 +1,21 @@
+# Maintainer: Sebastien Luttringer
+
+pkgname=pflogsumm
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Postfix log entry summarizer'
+url='https://jimsun.linxnet.com/postfix_contrib.html'
+license=('GPL')
+arch=('any')
+depends=('perl-date-calc')
+source=("https://jimsun.linxnet.com/downloads/$pkgname-$pkgver.tar.gz")
+# .asc file is 404 as of 2017-01-14
+sha512sums=('334593f2841b549c5ddb69014f23fe8a0e5fac7f5a6b113de2569d6b68c7ccf9aabfa6d1a3154b1f4fcad3c2c46eefef5db854b9ad0b6a516a91c81ed2ab25a7')
+
+package() {
+ cd $pkgname-$pkgver
+
+ install -D -m755 pflogsumm.pl "$pkgdir/usr/bin/pflogsumm"
+ install -D -m644 pflogsumm.1 "$pkgdir/usr/share/man/man1/pflogsumm.1"
+ install -D -m644 pflogsumm-faq.txt "$pkgdir/usr/share/doc/$pkgname/FAQ"
+}
More information about the arch-commits
mailing list