summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:33:56 +0100
committerDaniel Peukert2020-03-21 12:33:56 +0100
commit4907fce8d313f7212528f3f4d9d099ea53ba231d (patch)
tree3bbf40e55e8909b0ff87beda012958eec8870550
parent6e118e84c37bd763e99f3b69dcc381edaab91d4e (diff)
downloadaur-4907fce8d313f7212528f3f4d9d099ea53ba231d.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 578d855705ae..3400ceb7d630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppxlib
pkgdesc = Base library and tools for ppx rewriters
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ocaml-ppxlib
depends = ocaml-ppx_derivers>=1.0.0
depends = ocaml-stdio>=0.11.0
options = !strip
- source = ocaml-ppxlib-0.12.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.12.0.tar.gz
+ source = ocaml-ppxlib-0.12.0-2.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.12.0.tar.gz
sha256sums = 6b562c9b3b9350777318729921f890850b385c469db60769aafd9371998a2c42
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 1a31ed24d491..e00d8f4fcd80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
pkgver='0.12.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Base library and tools for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"