[arch-commits] Commit in haskell-optparse-generic/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 23 13:33:54 UTC 2019
Date: Monday, December 23, 2019 @ 13:33:53
Author: felixonmars
Revision: 539178
upgpkg: haskell-optparse-generic 1.3.0-5: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0
Modified:
haskell-optparse-generic/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-23 13:28:02 UTC (rev 539177)
+++ PKGBUILD 2019-12-23 13:33:53 UTC (rev 539178)
@@ -3,7 +3,7 @@
_hkgname=optparse-generic
pkgname=haskell-optparse-generic
pkgver=1.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Auto-generate a command-line parser for your datatype"
url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library"
license=('BSD')
@@ -16,7 +16,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d' -e 's/bytestring < 0.11,/bytestring < 0.11/' $_hkgname.cabal
+ sed -i -e 's/< *0.15/<1/' -e '/semigroups/d' -e 's/bytestring < 0.11,/bytestring < 0.11/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list