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 9edf03409d77..259404bf80dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_stable
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_stable
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_stable-0.15.0-2.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_stable-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.15.0.tar.gz
sha512sums = 1be50f061d55ea0fcb8bd846955da3ceb07b97986d74a06b41c0f6b5c0dfb3a55f9e39e47f64ae227ecce89dd31dc3b03082031748982419d4ce9a14b5cdb436
pkgname = ocaml-ppx_stable
diff --git a/PKGBUILD b/PKGBUILD
index 722cc209728b..0413c63c3526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Stable types conversions generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"