summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:31:06 +0100
committerDaniel Peukert2020-03-21 12:31:06 +0100
commita3f20faf1488cfa67d43f57a174b445631ba94d2 (patch)
treeac151f4dd15ac23409ab30adda4494245632c552
parent898204f5e904b126b0f596a9d8a59e01df09493d (diff)
downloadaur-a3f20faf1488cfa67d43f57a174b445631ba94d2.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3ba2336f5b4..a1e4c9f10e69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-cinaps
pkgdesc = Trivial Metaprogramming tool using the OCaml toplevel
pkgver = 0.13.0
- 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.07.0
depends = ocaml-re>=1.8.0
options = !strip
- source = ocaml-cinaps-0.13.0-1.tar.gz::https://github.com/ocaml-ppx/cinaps/archive/v0.13.0.tar.gz
+ source = ocaml-cinaps-0.13.0-2.tar.gz::https://github.com/ocaml-ppx/cinaps/archive/v0.13.0.tar.gz
sha256sums = 3482c8d060e2e6be95381209ecd6df6944d9c854566737522baf0d0cb1720b75
pkgname = ocaml-cinaps
diff --git a/PKGBUILD b/PKGBUILD
index 64b5c98e3810..cb5f643eeed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='cinaps'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-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"