summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:06:20 +0200
committerDaniel Peukert2023-05-22 13:06:20 +0200
commitc7ece46214c71e29249a5e03a2a84108ffe04d92 (patch)
tree67975d61f24bd5a01220727e0ffae08d0acb3a1b
parent4eed74b26b392da4bf0aa37205e87c88f4acd64a (diff)
downloadaur-c7ece46214c71e29249a5e03a2a84108ffe04d92.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4f34469417..a75181b94de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
pkgver = 3.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ocaml-community/zed
arch = x86_64
arch = i486
@@ -19,7 +19,7 @@ pkgbase = ocaml-zed
depends = ocaml-uucp>=2.0.0
depends = ocaml-uutf
options = !strip
- source = ocaml-zed-3.2.1-2.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.1.tar.gz
+ source = ocaml-zed-3.2.1-3.tar.gz::https://github.com/ocaml-community/zed/archive/3.2.1.tar.gz
sha512sums = a1de65684d04d5d44ca4396365c98bfa070cf7c78318b53c3ad3ecca2b411450158ef7644b235490d879b37fe983f1707fef527b69af0c2958e45fd1e7a30f11
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index a89cc2ae2981..4f05e6edc1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='zed'
pkgname="ocaml-$_projectname"
pkgver='3.2.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Abstract engine for text edition in OCaml'
# If you're running on i486, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-cmdliner, ocaml-uchar and ocaml-uutf AUR dependencies
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')