summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:35:11 +0200
committerDaniel Peukert2021-07-31 15:35:11 +0200
commitc9bc1e0600dba2fdc35eb23b80e483ca6b711d30 (patch)
tree35fd910c6950726abf3f9059e821be669d41fbe6
parent97209106a95e90471b23f259112680d11781b255 (diff)
downloadaur-c9bc1e0600dba2fdc35eb23b80e483ca6b711d30.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7b97dab3f3..e62c37cdf604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-cinaps
pkgdesc = Trivial Metaprogramming tool using the OCaml toplevel
pkgver = 0.15.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/cinaps
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-cinaps
depends = ocaml>=4.04.0
depends = ocaml-re>=1.8.0
options = !strip
- source = ocaml-cinaps-0.15.1-1.tar.gz::https://github.com/ocaml-ppx/cinaps/archive/v0.15.1.tar.gz
+ source = ocaml-cinaps-0.15.1-2.tar.gz::https://github.com/ocaml-ppx/cinaps/archive/v0.15.1.tar.gz
sha256sums = 1be18e70f5d8a6b03566c3619b62836a26094fc7208fde46ab7b32ee64116170
pkgname = ocaml-cinaps
diff --git a/PKGBUILD b/PKGBUILD
index faa55d9d5730..12b4f4f7cdd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='cinaps'
pkgname="ocaml-$_projectname"
pkgver='0.15.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Trivial Metaprogramming tool using the OCaml toplevel'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"