[arch-commits] Commit in pflogsumm/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 29 18:14:55 UTC 2020
Date: Sunday, March 29, 2020 @ 18:14:55
Author: felixonmars
Revision: 606283
archrelease: copy trunk to community-any
Added:
pflogsumm/repos/community-any/PKGBUILD
(from rev 606282, pflogsumm/trunk/PKGBUILD)
Deleted:
pflogsumm/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-29 18:14:37 UTC (rev 606282)
+++ PKGBUILD 2020-03-29 18:14:55 UTC (rev 606283)
@@ -1,21 +0,0 @@
-# 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"
-}
Copied: pflogsumm/repos/community-any/PKGBUILD (from rev 606282, pflogsumm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-29 18:14:55 UTC (rev 606283)
@@ -0,0 +1,21 @@
+# Maintainer: Sebastien Luttringer
+
+pkgname=pflogsumm
+pkgver=1.1.5
+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=('994d660692dfea38a1dd9866d15f15035657e85131c1f5a2cd82baa5bd4ad987a00939cb5233f316d2090014c52ae68ef20db0c893f8634969484e0e74678f4d')
+
+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