summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-10-10 15:27:10 +0300
committerDaniel Peukert2022-10-10 15:27:10 +0300
commit84cad67233a24b99a048ad8099a021ab3c77874d (patch)
tree3778b7a295ce2b68eb0f41bb98e1c6878526b7fc
parent29b7cf975d0e06ea231938c954ea0434c2a51050 (diff)
downloadaur-84cad67233a24b99a048ad8099a021ab3c77874d.tar.gz
Re-release ocaml-ppxlib 0.28.0 as upstream changed the contents
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b35902ac1db4..4f20edb10c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppxlib
pkgdesc = Standard library for ppx rewriters
pkgver = 0.28.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppxlib
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppxlib
depends = ocaml-sexplib0>=0.12.0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ppxlib-0.28.0-1.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.28.0.tar.gz
- sha512sums = c95a929254e6a159659c2629708714884db4ca4c9310ee9ab64e48ab56c3a3b2328f205af27bfda29e61f2fd61c3525a8cacd27f603d9bc79b8c8bc5e8404d49
+ source = ocaml-ppxlib-0.28.0-2.tar.gz::https://github.com/ocaml-ppx/ppxlib/archive/0.28.0.tar.gz
+ sha512sums = 31290cd34f4b306f289b6ef78fbc5907f007c722ffc2cb0682c1944af954f2c6732b236891d1872a22b856d0aee0f7e84d3262ee103aff15d0a4dcd1a20bbfe6
pkgname = ocaml-ppxlib
diff --git a/PKGBUILD b/PKGBUILD
index 51ed4fa13e97..e320f0ffd50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppxlib'
pkgname="ocaml-$_projectname"
pkgver='0.28.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Standard library for ppx rewriters'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.1' 'ocaml-compiler-libs-repackaged>=0.11.0' 'ocaml-ppx_der
makedepends=('dune>=2.7.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('c95a929254e6a159659c2629708714884db4ca4c9310ee9ab64e48ab56c3a3b2328f205af27bfda29e61f2fd61c3525a8cacd27f603d9bc79b8c8bc5e8404d49')
+sha512sums=('31290cd34f4b306f289b6ef78fbc5907f007c722ffc2cb0682c1944af954f2c6732b236891d1872a22b856d0aee0f7e84d3262ee103aff15d0a4dcd1a20bbfe6')
_sourcedirectory="$_projectname-$pkgver"