summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:40:28 +0200
committerDaniel Peukert2021-07-31 15:40:28 +0200
commit6f07478e3e50c1efa40ebb223edc566ee4a6f08d (patch)
treecc358ebfe8784852d2c40241258d2f34fbeca373
parentcc1d6c88b72237d641636d812adf1e4032634b67 (diff)
downloadaur-6f07478e3e50c1efa40ebb223edc566ee4a6f08d.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d428eee60894..2d336faeda6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_string
pkgdesc = Ppx extension for string interpolation
pkgver = 0.14.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/ppx_string
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_string
depends = ocaml-ppxlib>=0.11.0
depends = ocaml-stdio>=0.14.0
options = !strip
- source = ocaml-ppx_string-0.14.1-1.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_string-0.14.1-2.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.1.tar.gz
sha256sums = 9227b32ff2d7ec22e9deacd99253757df2291392a7540029a97cf745ef3a0ea9
pkgname = ocaml-ppx_string
diff --git a/PKGBUILD b/PKGBUILD
index 2e55846271e7..0e77da7b38a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_string'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Ppx extension for string interpolation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"