summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:06:17 +0200
committerDaniel Peukert2022-08-10 22:06:17 +0200
commitf513c7ff7c7000ca10df5d5a87544febda25fed3 (patch)
treeec2febfd87c990d4bc7dc968a607030603382d8a
parent6bb762f463f7a0e30935e397b29e6dee7461a39d (diff)
downloadaur-f513c7ff7c7000ca10df5d5a87544febda25fed3.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06609bfa13b6..5b48d091b53e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-trie
pkgdesc = Strict impure trie tree
pkgver = 1.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/kandu/trie
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-trie
makedepends = dune>=1.0.0
depends = ocaml>=4.02.0
options = !strip
- source = ocaml-trie-1.0.0-5.tar.gz::https://github.com/kandu/trie/archive/1.0.0.tar.gz
+ source = ocaml-trie-1.0.0-6.tar.gz::https://github.com/kandu/trie/archive/1.0.0.tar.gz
sha512sums = 1921a42486a0a221e546507287cbf28ccae5462abe55817269517b7b92e19f35031f2d0fba2b1890b97236d6fff11be9d76ade317ae1dfa1089bd4740a46786f
pkgname = ocaml-trie
diff --git a/PKGBUILD b/PKGBUILD
index 8db72e1331b4..48e267cf8d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='trie'
pkgname="ocaml-$_projectname"
pkgver='1.0.0'
-pkgrel='5'
+pkgrel='6'
pkgdesc='Strict impure trie tree'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kandu/$_projectname"