Date: Monday, October 17, 2022 @ 06:23:04 Author: arojas Revision: 1329536
upgpkg: bup 0.33-1: Update to 0.33 Modified: bup/trunk/PKGBUILD Deleted: bup/trunk/bup-readline.patch --------------------+ PKGBUILD | 14 ++++---------- bup-readline.patch | 19 ------------------- 2 files changed, 4 insertions(+), 29 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-17 02:08:27 UTC (rev 1329535) +++ PKGBUILD 2022-10-17 06:23:04 UTC (rev 1329536) @@ -10,8 +10,8 @@ # Contributor: SanskritFritz (gmail) pkgname=bup -pkgver=0.32 -pkgrel=3 +pkgver=0.33 +pkgrel=1 pkgdesc='Efficient backup system based on the git packfile format' arch=(x86_64) url='https://bup.github.io/' @@ -19,15 +19,9 @@ depends=(python-fuse par2cmdline python-pyxattr git) optdepends=('python-tornado: for bup web') makedepends=(pandoc) -source=(https://github.com/bup/bup/archive/$pkgver/$pkgname-$pkgver.tar.gz - bup-readline.patch) -sha256sums=('a894cfa96c44b9ef48003b2c2104dc5fa6361dd2f4d519261a93178984a51259' - '9c786249699ee5f6580137745045a4030d8b61d85b4e3a3b576f6a91d09b2397') +source=(https://github.com/bup/bup/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('2c21b25ab0ab845e1490cf20781bdb46e93b9c06f0c6df4ace760afc07a63fe9') -prepare() { - patch -d $pkgname-$pkgver -p0 < bup-readline.patch # Fix readline detection -} - build() { cd $pkgname-$pkgver ./configure Deleted: bup-readline.patch =================================================================== --- bup-readline.patch 2022-10-17 02:08:27 UTC (rev 1329535) +++ bup-readline.patch 2022-10-17 06:23:04 UTC (rev 1329536) @@ -1,19 +0,0 @@ ---- config/configure.orig 2021-05-21 19:21:49.349482146 +0200 -+++ config/configure 2021-05-21 19:23:05.320738847 +0200 -@@ -207,12 +207,14 @@ - # It looks like it's not uncommon for pkg-config to provide a -I - # that doesn't support the documentation's specified #include - # <readline/readline.h>. See what's really going on. -- if bup_try_c_code "#include <readline/readline.h> $readline_test_code" \ -+ if bup_try_c_code "#include <stdio.h> -+ #include <readline/readline.h> $readline_test_code" \ - "$bup_readline_cflags" - then - bup_have_readline=1 - bup_readline_includes_in_subdir=1 -- elif bup_try_c_code "#include <readline.h> $readline_test_code" \ -+ elif bup_try_c_code "#include <stdio.h> -+ #include <readline.h> $readline_test_code" \ - "$bup_readline_cflags" - then - bup_have_readline=1