From 8d0a2cabfb3560684a1a81fd7efdcf3063d8ae4e Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 7 Jan 2024 12:43:26 +0000 Subject: [PATCH] i2pd: update to 2.50.2 --- mingw-w64-i2pd/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/mingw-w64-i2pd/PKGBUILD b/mingw-w64-i2pd/PKGBUILD index 162a315f82..4215c6bc19 100644 --- a/mingw-w64-i2pd/PKGBUILD +++ b/mingw-w64-i2pd/PKGBUILD @@ -4,12 +4,16 @@ _realname=i2pd pkgbase=mingw-w64-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-${_realname} -pkgver=2.50.1 +pkgver=2.50.2 pkgrel=1 pkgdesc='A full-featured C++ implementation of the I2P router (mingw-w64)' -url='https://i2pd.website/' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +url='https://i2pd.website/' +msys2_repository_url="https://github.com/PurpleI2P/i2pd" +msys2_references=( + 'archlinux: i2pd' +) license=('spdx:BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-boost" "${MINGW_PACKAGE_PREFIX}-openssl" @@ -19,8 +23,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-boost" makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja") -source=("${_realname}-${pkgver}.tar.gz::https://github.com/PurpleI2P/i2pd/archive/${pkgver}.tar.gz") -sha256sums=('74c8fcffbadd10a5c3fd8a7a7a8557145fe95087898f5663123a707a1c72896d') +source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${_realname}-${pkgver}.tar.gz") +sha256sums=('ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5') noextract=("${_realname}-${pkgver}.tar.gz") # symlinks prepare() {