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

Baptiste Jonglez zorun at archlinux.org
Fri Aug 2 20:55:27 UTC 2019


    Date: Friday, August 2, 2019 @ 20:55:26
  Author: zorun
Revision: 497095

upgpkg: camlp5 7.08-1

Modified:
  camlp5/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 19:26:43 UTC (rev 497094)
+++ PKGBUILD	2019-08-02 20:55:26 UTC (rev 497095)
@@ -8,9 +8,9 @@
 # Contributor: Tej Chajed <tchajed at mit dot edu>
 
 pkgname=camlp5
-pkgver=7.07
-_relname=rel707
-pkgrel=2
+pkgver=7.08
+_relname=rel708
+pkgrel=1
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -17,9 +17,9 @@
 license=('BSD')
 depends=('ocaml')
 makedepends=('ocaml-compiler-libs')
-source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
 options=('staticlibs')
-sha256sums=('a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991')
+sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
 
 build() {
   cd "${srcdir}/camlp5-${_relname}"



More information about the arch-commits mailing list