[arch-commits] Commit in maeparser/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 16 20:48:43 UTC 2020
Date: Monday, March 16, 2020 @ 20:48:42
Author: arojas
Revision: 377795
Update to 1.2.3
Modified:
maeparser/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-16 18:50:03 UTC (rev 377794)
+++ PKGBUILD 2020-03-16 20:48:42 UTC (rev 377795)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=maeparser
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
pkgdesc="Maestro file parser"
arch=(x86_64)
url="https://github.com/schrodinger/maeparser"
@@ -9,16 +9,11 @@
license=(MIT)
depends=(boost-libs)
makedepends=(cmake boost)
-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')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz")
+sha256sums=('ca2e2dead8a1fdd74b624ca0f0c4dde205d0b8abbbfdd62de0786f2d3f6f291c')
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