Date: Friday, December 6, 2019 @ 21:58:41
  Author: zorun
Revision: 536120

archrelease: copy trunk to community-x86_64

Added:
  yodl/repos/community-x86_64/PKGBUILD
    (from rev 536119, yodl/trunk/PKGBUILD)
Deleted:
  yodl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-12-06 21:58:25 UTC (rev 536119)
+++ PKGBUILD    2019-12-06 21:58:41 UTC (rev 536120)
@@ -1,32 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks.org>
-# Contributor: nl6720 <nl6...@gmail.com>
-# Contributor: Andreas B. Wagner <andreasbwag...@pointfree.net>
-# Contributor: Eric Belanger <e...@archlinux.org>
-# Contributor: Jeff Mickey <j...@archlinux.org>
-
-pkgname=yodl
-pkgver=4.02.01
-pkgrel=2
-pkgdesc='Implements a pre-document language and tools to process it.'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/yodl/'
-license=('GPL3')
-depends=('bash')
-makedepends=('icmake')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('59e23bb173786b8806f56bf302dee9d8d971d0d840c609e2b24d9783b5866fca2509be844616318f9a4f302117b3a41f620be5cba09181e7ccdcf0c141402be7')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-       ./build programs
-       ./build macros
-       ./build man
-       ./build html
-}
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-       ./build install programs "${pkgdir}"
-       ./build install macros "${pkgdir}"
-       ./build install man "${pkgdir}"
-       ./build install manual "${pkgdir}"
-}

Copied: yodl/repos/community-x86_64/PKGBUILD (from rev 536119, 
yodl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-12-06 21:58:41 UTC (rev 536120)
@@ -0,0 +1,34 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks.org>
+# Contributor: nl6720 <nl6...@gmail.com>
+# Contributor: Andreas B. Wagner <andreasbwag...@pointfree.net>
+# Contributor: Eric Belanger <e...@archlinux.org>
+# Contributor: Jeff Mickey <j...@archlinux.org>
+
+pkgname=yodl
+pkgver=4.02.02
+pkgrel=1
+pkgdesc='Implements a pre-document language and tools to process it.'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/yodl/'
+license=('GPL3')
+depends=('bash')
+makedepends=('icmake')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('531b5b61f85ed556163b0cf76a30451212849e5e03e11819cc466603db0856737a9d3bc34ba11419befd7925ec1bac33f92b707c38acd2fa8047e3e1223d0a78')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+        CXXFLAGS+=' --std=c++2a'
+        export CXXFLAGS
+       ./build programs
+       ./build macros
+       ./build man
+       ./build html
+}
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+       ./build install programs "${pkgdir}"
+       ./build install macros "${pkgdir}"
+       ./build install man "${pkgdir}"
+       ./build install manual "${pkgdir}"
+}

Reply via email to