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

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 18 11:02:20 UTC 2018


    Date: Tuesday, September 18, 2018 @ 11:02:20
  Author: foutrelis
Revision: 383028

Fix build with boost 1.68

Modified:
  ledger/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 10:25:47 UTC (rev 383027)
+++ PKGBUILD	2018-09-18 11:02:20 UTC (rev 383028)
@@ -15,9 +15,11 @@
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ledger/$pkgname/archive/v$pkgver.tar.gz"
-        "$pkgname-boost-1.61.patch::https://github.com/ledger/$pkgname/commit/1856b8c4902498843f4da37a7aaeb2ce85acc1d3.patch")
+        "$pkgname-boost-1.61.patch::https://github.com/ledger/$pkgname/commit/1856b8c4902498843f4da37a7aaeb2ce85acc1d3.patch"
+        "$pkgname-boost-1.68.patch::https://github.com/ledger/$pkgname/commit/c18a55f9ef9969b38e5cf7f0f319b8ec5df34809.patch")
 sha256sums=('90f06561ab692b192d46d67bc106158da9c6c6813cc3848b503243a9dfd8548a'
-            '3fe6750973d1ac10c822735759b35f362a68afb3dfa9887aaa7d83839a9e99eb')
+            '3fe6750973d1ac10c822735759b35f362a68afb3dfa9887aaa7d83839a9e99eb'
+            '8d8e646cb872203a1111d8a304f2d3993f4334c65179e32134964267931357ab')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -24,6 +26,7 @@
 
   sed -i '/enable_testing()\|add_subdirectory(test)/d' CMakeLists.txt
   patch -p1 -i "$srcdir/$pkgname-boost-1.61.patch"
+  patch -p1 -i "$srcdir/$pkgname-boost-1.68.patch"
 }
 
 build() {



More information about the arch-commits mailing list