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 307c5a600a70..f588aaef5d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_optional
pkgdesc = Pattern matching on flat options
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_optional
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_optional
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_optional-0.15.0-2.tar.gz::https://github.com/janestreet/ppx_optional/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_optional-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_optional/archive/v0.15.0.tar.gz
sha512sums = a2cd8390877c9ec256523c796995a5ade2f97f396afe86493ac46ca1bd1fe15264423986f5a27d5b88908b92673305405e508e744335205ff17f6c2b7d7d0809
pkgname = ocaml-ppx_optional
diff --git a/PKGBUILD b/PKGBUILD
index 73567857454b..a85d1955f336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_optional'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Pattern matching on flat options'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"