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

Evangelos Foutras foutrelis at archlinux.org
Tue Feb 18 12:49:59 UTC 2020


    Date: Tuesday, February 18, 2020 @ 12:49:58
  Author: foutrelis
Revision: 375781

upgpkg: gptfdisk 1.0.5-1: New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 09:18:57 UTC (rev 375780)
+++ PKGBUILD	2020-02-18 12:49:58 UTC (rev 375781)
@@ -3,7 +3,7 @@
 # Contributor: Hokum <hokum_at_mail_dot_ru>
 
 pkgname=gptfdisk
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table (GPT) disks"
 arch=('x86_64')
@@ -14,8 +14,15 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d')
+sha256sums=('0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://sourceforge.net/p/gptfdisk/discussion/939590/thread/bc29ca06f8/
+  sed -i '/^#include /s|ncursesw/||' gptcurses.cc
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   make



More information about the arch-commits mailing list