summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:29:00 +0200
committerDaniel Peukert2020-05-18 20:29:00 +0200
commitb6c17bf5be0fded036dbb291a6fe3f090467ab6a (patch)
treef8792d4dad795025bdd4096f446ece53aa6d69bc
parenta1a0d2166491e49bee2ddddac972a861d0f860aa (diff)
downloadaur-b6c17bf5be0fded036dbb291a6fe3f090467ab6a.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 b4cd3b8b735f..46597c0f3c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_here
pkgdesc = Expands [%here] into its location
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/ppx_here
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ocaml-ppx_here
depends = ocaml-base>=0.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_here-1:0.13.0-1.tar.gz::https://github.com/janestreet/ppx_here/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_here-1:0.13.0-2.tar.gz::https://github.com/janestreet/ppx_here/archive/v0.13.0.tar.gz
sha256sums = 32522bd79cf7bcc960729dc6ccb20a2273a4ffde16b86ae1a13ea2fcb94225df
pkgname = ocaml-ppx_here
diff --git a/PKGBUILD b/PKGBUILD
index 413b447d5bb1..5a6b1e75bbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_here'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Expands [%here] into its location'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')