summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-12-21 22:07:08 +0100
committerHans-Nikolai Viessmann2020-12-21 22:07:08 +0100
commit72e4117a713ab2c3937d65349fdb76e10d487c20 (patch)
treef8c5392d7fe484760b90e97b04d764304cd88c57
parent45c0f433d7bbfe211812aab879e3cf62324d897e (diff)
downloadaur-72e4117a713ab2c3937d65349fdb76e10d487c20.tar.gz
bump version to 1.6.7
-rw-r--r--.SRCINFO9
-rw-r--r--Changes80
-rw-r--r--PKGBUILD7
3 files changed, 7 insertions, 89 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8927c264db..7edb9a1794e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = cppo
pkgdesc = C-style preprocessor for OCaml
- pkgver = 1.6.6
- pkgrel = 2
+ pkgver = 1.6.7
+ pkgrel = 1
url = https://github.com/ocaml-community/cppo
- changelog = Changes
arch = x86_64
license = BSD
makedepends = dune
makedepends = ocamlbuild
depends = glibc
optdepends = ocamlbuild: ocamlbuild plugin
- source = https://github.com/ocaml-community/cppo/releases/download/v1.6.6/cppo-v1.6.6.tbz
- sha512sums = 44ecf9d225d9e45490a2feac0bde04865ca398dba6c3579e3370fcd1ea255707b8883590852af8b2df87123801062b9f3acce2455c092deabf431f9c4fb8d8eb
+ source = https://github.com/ocaml-community/cppo/releases/download/v1.6.7/cppo-v1.6.7.tbz
+ sha512sums = 9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819
pkgname = cppo
diff --git a/Changes b/Changes
deleted file mode 100644
index 2201c1093984..000000000000
--- a/Changes
+++ /dev/null
@@ -1,80 +0,0 @@
-## v1.6.6 (2019-05-27)
-- [pkg] port build system to dune from jbuilder.
-- [pkg] upgrade opam metadata to 2.0 format.
-- [pkg] remove topkg and use dune-release.
-- [compat] Use `String.capitalize_ascii` to remove warning.
-
-## v1.6.5 (2018-09-12)
-- [bug] Fix 'asr' operator (#61)
-
-## v1.6.4 (2018-02-26)
-- [compat] Tests should now work with older versions of jbuilder.
-
-## v1.6.3 (2018-02-21)
-- [compat] Fix tests.
-
-## v1.6.1 (2018-01-25)
-- [compat] Emit line directives always containing the file name,
- as mandated starting with ocaml 4.07.
-
-## v1.6.0 (2017-08-07)
-- [pkg] BREAKING: cppo and cppo_ocamlbuild are now two distinct opam
- packages.
-
-## v1.5.0 (2017-04-24)
-- [+ui] Added the `CAPITALIZE()` function.
-
-## v1.4.0 (2016-08-19)
-- [compat] Cppo is now safe-string ready.
-
-## v1.3.2 (2016-04-20)
-- [pkg] Cppo can now be built on MSVC.
-
-## v1.3.1 (2015-09-20)
-- [bug] Possible to have #endif between two matching parenthesis.
-
-## v1.3.0 (2015-09-13)
-- [+ui] Removed the need for escaping commas and parenthesis in macros.
-- [+ui] Blanks is now allowed in argument list in macro definitions.
-- [+ui] #directive with wrong arguments is now giving a proper error.
-- [bug] Fixed expansion of __FILE__ and __LINE__.
-
-## v1.1.2 (2014-11-10)
-- [+ui] Ocamlbuild_cppo: added the ocamlbuild flag `cppo_V(NAME:VERSION)`,
- equivalent to `-V NAME:VERSION` (for _tags file).
-
-## v1.1.1 (2014-11-10)
-- [+ui] Ocamlbuild_cppo: added the ocamlbuild flag `cppo_V_OCAML`,
- equivalent to `-V OCAML:VERSION` (for _tags file).
-
-## v1.1.0 (2014-11-04)
-- [+ui] Added the `-V NAME:VERSION` option.
-- [+ui] Support for tuples in comparisons: tuples can be constructed
- and compared, e.g. `#if (2 + 2, 5) < (4, 5)`.
-
-## v1.0.1 (2014-10-20)
-- [+ui] `#elif` and `#else` can now be used in the same #if-#else statement.
-- [bug] Fixed the Ocamlbuild flag `cppo_n`.
-
-## v1.0.0 (2014-09-06)
-- [bug] OCaml comments are now better parsed. For example, (* '"' *) works.
-
-## v0.9.4 (2014-06-10)
-- [+ui] Added the ocamlbuild_cppo plugin for Ocamlbuild. To use it:
- `-plugin(cppo_ocamlbuild)`.
-
-## v0.9.3 (2012-02-03)
-- [pkg] New way of building the tar.gz archive.
-
-## v0.9.2 (2011-08-12)
-- [+ui] Added two predefined macros STRINGIFY and CONCAT for making
- string literals and for building identifiers respectively.
-
-## v0.9.1 (2011-07-20)
-- [+ui] Added support for processing sections of files using external programs
- (#ext/#endext, -x option)
-- [doc] Moved and extended documentation into the README file.
-
-## v0.9.0 (2009-11-17)
-
-- initial public release
diff --git a/PKGBUILD b/PKGBUILD
index 041bb248f63d..72337e8105f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bruno Pagani <archange@archlinux.org>
pkgname=cppo
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
pkgdesc="C-style preprocessor for OCaml"
arch=('x86_64')
url="https://github.com/ocaml-community/cppo"
@@ -12,9 +12,8 @@ license=('BSD')
depends=('glibc')
optdepends=('ocamlbuild: ocamlbuild plugin')
makedepends=('dune' 'ocamlbuild')
-changelog=Changes
source=("https://github.com/ocaml-community/cppo/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tbz")
-sha512sums=('44ecf9d225d9e45490a2feac0bde04865ca398dba6c3579e3370fcd1ea255707b8883590852af8b2df87123801062b9f3acce2455c092deabf431f9c4fb8d8eb')
+sha512sums=('9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"