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

Baptiste Jonglez zorun at archlinux.org
Sun Jul 7 10:02:05 UTC 2019


    Date: Sunday, July 7, 2019 @ 10:02:05
  Author: zorun
Revision: 487598

upgpkg: ocaml-num 1.2-1

Modified:
  ocaml-num/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-07 09:27:20 UTC (rev 487597)
+++ PKGBUILD	2019-07-07 10:02:05 UTC (rev 487598)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
 
 pkgname=ocaml-num
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc="Library for arbitrary-precision integer and rational arithmetic that used to be part of the OCaml core distribution"
 arch=('x86_64')
 url="https://github.com/ocaml/num"
@@ -10,16 +10,9 @@
 depends=('ocaml')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz
-        provide-findlib-install-target.patch)
-sha256sums=('04ac85f6465b9b2bf99e814ddc798a25bcadb3cca2667b74c1af02b6356893f6'
-            'a5d6bcb0383e6246da26137d8306c767d9ea5877f67b39db9232d35b5406322d')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ocaml/num/archive/v$pkgver.tar.gz)
+sha256sums=('c5023104925ff4a79746509d4d85294d8aafa98da6733e768ae53da0355453de')
 
-prepare() {
-  cd "$srcdir/num-$pkgver"
-  patch -p1 < "$srcdir/provide-findlib-install-target.patch"
-}
-
 build() {
   cd "$srcdir/num-$pkgver"
   make



More information about the arch-commits mailing list