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

Antonio Rojas arojas at archlinux.org
Mon Oct 7 21:03:38 UTC 2019


    Date: Monday, October 7, 2019 @ 21:03:38
  Author: arojas
Revision: 514116

Fix pkgconfig (FS#61461)

Modified:
  libpgm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-07 20:57:03 UTC (rev 514115)
+++ PKGBUILD	2019-10-07 21:03:38 UTC (rev 514116)
@@ -4,7 +4,7 @@
 
 pkgname=libpgm
 pkgver=5.2.122
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenPGM: implementation of the Pragmatic General Multicast (PGM, RFC3208)"
 arch=('x86_64')
 url='https://www.freshports.org/net/openpgm/'
@@ -13,13 +13,16 @@
 makedepends=('python2')
 options=(!strip)
 #source=("http://openpgm.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz")
-sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openpgm/libpgm-$pkgver.tar.gz"
+        libpgm-fix-pkgconfig.patch::"https://github.com/steve-o/openpgm/commit/ee25ff3d13f2639b4c3a42125e79f77f921c3320.patch")
+sha256sums=('6b895f550b95284dcde7189b01e04a9a1c1f94579af31b1eebd32c2207a1ba2c'
+            '4a9fc7fbb6e73e325639a895cd19c1ac6918b575f715c057caa01f826de40114')
 
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver/openpgm/pgm"
   find . -type f -exec sed -i 's/python/python2/g' {} \+
+  patch -p3 -i "$srcdir"/libpgm-fix-pkgconfig.patch # Fix wrong include dir in pkgconfig file
 }
 
 build() {



More information about the arch-commits mailing list