summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f507dad351dd..8a73056449bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_optcomp
pkgdesc = Optional compilation for OCaml
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_optcomp
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_optcomp
depends = ocaml-stdio>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_optcomp-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_optcomp-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_optcomp/archive/v0.13.0.tar.gz
sha256sums = 3af35caf56a66c12f9080ff46fe6c5c3b84f1eda3c1c860a20061ab3b57e56e5
pkgname = ocaml-ppx_optcomp
diff --git a/PKGBUILD b/PKGBUILD
index ff1ee525f018..9d5925145ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_optcomp'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Optional compilation for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')