From cb650bb190d755e9fe58a2e7fdcdc068c69df7bb Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 6 Aug 2023 19:25:36 +0300 Subject: [PATCH] community/i2pd: update aport * move debug symbols to subpackage * removed the second newline at the end of the files Signed-off-by: R4SAS --- community/i2pd/APKBUILD | 8 ++++---- community/i2pd/i2pd.confd | 1 - community/i2pd/i2pd.initd | 1 - community/i2pd/i2pd.pre-install | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/community/i2pd/APKBUILD b/community/i2pd/APKBUILD index fae7f311b11..4e333a5a150 100644 --- a/community/i2pd/APKBUILD +++ b/community/i2pd/APKBUILD @@ -2,7 +2,7 @@ # Contributor: l-n-s pkgname=i2pd pkgver=2.48.0 -pkgrel=0 +pkgrel=1 pkgdesc="I2P Router written in C++" url="https://github.com/PurpleI2P/i2pd" arch="all" @@ -16,7 +16,7 @@ source="https://github.com/PurpleI2P/i2pd/archive/$pkgver/i2pd-$pkgver.tar.gz i2pd.initd i2pd.confd " -subpackages="$pkgname-openrc" +subpackages="$pkgname-dbg $pkgname-openrc" build() { local _arch_opts="USE_UPNP=yes" @@ -46,6 +46,6 @@ package() { sha512sums=" 51c2057e96ec87ec0885cc6de4f4ff1d4d898ce0785f58c1a028677247743d44fa1980aa13b7746a0af76d600f2b4cc3bf3408bd199c82efcb432242f5b24b80 i2pd-2.48.0.tar.gz -5a95beef635fc2f5beecee314964fd41713ed61f92c4e972276208e0a2c86604c2b42a8e922863fc658a7a5789c9f43fddf7f76350fc281a44f2f42258a01201 i2pd.initd -4472962e3cd7151d142557f2aac5adcc4d89147290191cbc92d4639b4b1509f19988063f7f4431c12cb3fdf59980a35eda7b90379f4dcf180394f5cb0cad2c5c i2pd.confd +fae08de6cbdb5097cb3068d9a87509195d607fe666db870a3264f952fb3fceafc665168bd16bf598597617e48322301bbc900dcbd2c38fefca419d4755cea5f9 i2pd.initd +5b767037b49a9d94ac12dcc014a34c63967ab16a3292dd2622a118326c8d54905213d9638e48903cf0115c69b37490f648d3b2a78a1099063af78178b7024c75 i2pd.confd " diff --git a/community/i2pd/i2pd.confd b/community/i2pd/i2pd.confd index bfc86eeb121..22a516f200f 100644 --- a/community/i2pd/i2pd.confd +++ b/community/i2pd/i2pd.confd @@ -10,4 +10,3 @@ rc_ulimit="-n 8192" I2PD_OPTIONS="--daemon --service --pidfile=${I2PD_PID} \ --log=file --logfile=${I2PD_LOG} \ --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf" - diff --git a/community/i2pd/i2pd.initd b/community/i2pd/i2pd.initd index 5f4346aba9f..268e4151fb4 100644 --- a/community/i2pd/i2pd.initd +++ b/community/i2pd/i2pd.initd @@ -49,4 +49,3 @@ graceful() { --exec "${command}" --retry 'SIGINT/620/SIGTERM/20/SIGKILL/20' eend $? && mark_service_stopped } - diff --git a/community/i2pd/i2pd.pre-install b/community/i2pd/i2pd.pre-install index 1244368da77..8348adc34e4 100644 --- a/community/i2pd/i2pd.pre-install +++ b/community/i2pd/i2pd.pre-install @@ -4,4 +4,3 @@ addgroup -S i2pd 2>/dev/null adduser -S -D -H -h /var/lib/i2pd -s /sbin/nologin -G i2pd -g i2pd i2pd 2>/dev/null exit 0 -