summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:27:12 +0200
committerDaniel Peukert2020-05-18 20:27:12 +0200
commitd70cd2718cc92ee24b978509b2aab57aaec884ea (patch)
treeb82f50015a109b8711748e8d099287f0c8751af6
parent7e37fc3968b7450f08166f04cf90a02d1d288b92 (diff)
downloadaur-d70cd2718cc92ee24b978509b2aab57aaec884ea.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35822d2a2c3..fd445ef2ecd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_derivers
pkgdesc = Shared deriving plugin registry
pkgver = 1.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml-ppx/ppx_derivers
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-ppx_derivers
makedepends = dune
depends = ocaml
options = !strip
- source = ocaml-ppx_derivers-1.2.1-3.tar.gz::https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz
+ source = ocaml-ppx_derivers-1.2.1-4.tar.gz::https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz
sha256sums = b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95
pkgname = ocaml-ppx_derivers
diff --git a/PKGBUILD b/PKGBUILD
index 009851bdb975..b46a8c643d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_derivers'
pkgname="ocaml-$_projectname"
pkgver='1.2.1'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Shared deriving plugin registry'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"