summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8d978be38eb..02799d547b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_cold
pkgdesc = Expands [@Cold] into [@inline never][@specialise never][@Local never]
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_cold
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_cold
depends = ocaml-base>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_cold-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_cold-0.14.0-3.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.14.0.tar.gz
sha256sums = 9f6479fc16dd8a7cf534058c60e3ba331628e095a06a5e4418159f6ed445647f
pkgname = ocaml-ppx_cold
diff --git a/PKGBUILD b/PKGBUILD
index 58c7ba291ffa..ca5a4d767b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_cold'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"