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

Daniel Bermond dbermond at gemini.archlinux.org
Sun May 22 17:07:01 UTC 2022


    Date: Sunday, May 22, 2022 @ 17:07:00
  Author: dbermond
Revision: 1210064

upgpkg: i2pd 2.42.0-1

Modified:
  i2pd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 17:05:48 UTC (rev 1210063)
+++ PKGBUILD	2022-05-22 17:07:00 UTC (rev 1210064)
@@ -9,7 +9,7 @@
 # Contributor: r4sas
 
 pkgname=i2pd
-pkgver=2.41.0
+pkgver=2.42.0
 pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
@@ -19,7 +19,8 @@
 makedepends=('cmake' 'boost')
 provides=('i2p-router')
 backup=('etc/i2pd/i2pd.conf'
-        'etc/i2pd/tunnels.conf')
+        'etc/i2pd/tunnels.conf'
+        'etc/logrotate.d/i2pd')
 source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         '010-i2pd-config.patch'
         '020-i2pd-do-not-override-config.patch'
@@ -27,7 +28,7 @@
         '040-i2pd-tunnels-d-readme.patch'
         'i2pd.sysusers'
         'i2pd.tmpfiles')
-sha256sums=('7b333cd26670903ef0672cf87aa9f895814ce2bbef2e587e69d66ad9427664e6'
+sha256sums=('6b91b4c92f788502d4322b69a21c7bf90a4014bc37fd7b406b58d2be4860b409'
             '45dae1e2f798d23df92c996c233fccb07349d62992d0f625be7fd913719875af'
             'e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11'
             '2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10'
@@ -75,6 +76,9 @@
     install -D -m644 "${srcdir}/i2pd.sysusers" "${pkgdir}/usr/lib/sysusers.d/i2pd.conf"
     install -D -m644 "${srcdir}/i2pd.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/i2pd.conf"
     
+    # logrotate
+    install -D -m644 contrib/i2pd.logrotate "${pkgdir}/etc/logrotate.d/i2pd"
+    
     # tunnels.d examples
     install -D -m644 contrib/tunnels.d/{*.conf,README} -t "${pkgdir}/usr/share/doc/i2pd/tunnels.d"
     



More information about the arch-commits mailing list