Skip to content

Commit

Permalink
i2pd: update to 2.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Sep 27, 2024
1 parent 730d35a commit a672e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
38 changes: 0 additions & 38 deletions mingw-w64-i2pd/001-fix-build-against-boost-1.85.patch

This file was deleted.

11 changes: 4 additions & 7 deletions mingw-w64-i2pd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
_realname=i2pd
pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=2.50.2
pkgrel=2
pkgver=2.53.1
pkgrel=1
pkgdesc='A full-featured C++ implementation of the I2P router (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -25,17 +25,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
"001-fix-build-against-boost-1.85.patch")
sha256sums=('ae2ec4732c38fda71b4b48ce83624dd8b2e05083f2c94a03d20cafb616f63ca5'
'e5c3fa0c9b5853b70185bb54dd240a739b4f24a164e3a28f4f8e3881622e7c20')
source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c6863d853905e7594ea661595ea591055f8f2f018b9b90507d5a43a6456188ea')
noextract=("${_realname}-${pkgver}.tar.gz") # symlinks

prepare() {
echo "Extracting ${_realname}-${pkgver}.tar.gz ..."
tar -xf "${_realname}-${pkgver}.tar.gz" || true
cd ${_realname}-${pkgver}
patch -p1 -i "${srcdir}"/001-fix-build-against-boost-1.85.patch
}

build() {
Expand Down

0 comments on commit a672e24

Please sign in to comment.