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 65ccc0c46d4a..8337c5c9e6c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-sexplib0
pkgdesc = Library containing the definition of S-expressions and some base converters
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/sexplib0
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-sexplib0
makedepends = dune>=2.0.0
depends = ocaml>=4.04.2
options = !strip
- source = ocaml-sexplib0-0.14.0-1.tar.gz::https://github.com/janestreet/sexplib0/archive/v0.14.0.tar.gz
+ source = ocaml-sexplib0-0.14.0-2.tar.gz::https://github.com/janestreet/sexplib0/archive/v0.14.0.tar.gz
sha256sums = 1e2d1c27015809d816d1c707abfbc61f6b55830dedec01de8152d10ab7d6a19e
pkgname = ocaml-sexplib0
diff --git a/PKGBUILD b/PKGBUILD
index 495c6e4dbeee..6e15dbb4e023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='sexplib0'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Library containing the definition of S-expressions and some base converters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"