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

Antonio Rojas arojas at archlinux.org
Fri Nov 29 13:37:35 UTC 2019


    Date: Friday, November 29, 2019 @ 13:37:35
  Author: arojas
Revision: 369907

Fix missing header

Modified:
  maeparser/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-29 12:59:38 UTC (rev 369906)
+++ PKGBUILD	2019-11-29 13:37:35 UTC (rev 369907)
@@ -2,7 +2,7 @@
 
 pkgname=maeparser
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Maestro file parser"
 arch=(x86_64)
 url="https://github.com/schrodinger/maeparser"
@@ -9,11 +9,16 @@
 license=(MIT)
 depends=(boost-libs)
 makedepends=(cmake boost)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz")
-sha256sums=('e65dec4dd8b2c633d9c43711eccd6dfa3c4df6383ec32aeffd21a96d465f5fe7')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz"
+        maeparser-missing-header.patch::"https://github.com/schrodinger/maeparser/commit/a6539942.patch")
+sha256sums=('e65dec4dd8b2c633d9c43711eccd6dfa3c4df6383ec32aeffd21a96d465f5fe7'
+            '6c676399dd0dfd00699761065788cd9e1f853e965812fbf85e2c5fd967748e8a')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../maeparser-missing-header.patch # Fix missing header
 }
 
 build() {



More information about the arch-commits mailing list