diff options
author | Daniel Peukert | 2020-04-28 08:17:46 +0200 |
---|---|---|
committer | Daniel Peukert | 2020-04-28 08:17:46 +0200 |
commit | a3e27b7688754361c5432a2bdbc6f4c20ff2f2d5 (patch) | |
tree | 455241494cb1342415cea15299a5ba95abb41368 /PKGBUILD | |
parent | a7b015d068e8c42746e8451ec5d1e56999133541 (diff) | |
download | aur-a3e27b7688754361c5432a2bdbc6f4c20ff2f2d5.tar.gz |
Updated ocaml-zed to 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # Contributor: Taylor Venable <taylor@metasyntax.net> _projectname='zed' pkgname="ocaml-$_projectname" -pkgver='3.0.0' +pkgver='3.0.1' pkgrel='1' pkgdesc='Abstract engine for text edition in OCaml' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') @@ -14,7 +14,7 @@ depends=('ocaml>=4.02.3' 'ocaml-camomile>=1.0.1' 'ocaml-react' 'ocaml-charinfo_w makedepends=('dune>=1.1.0') options=('!strip') source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('2db91de8b14da2193b25ee672d0d57eaf6623a53b6dace645fbdda2bfdf456b9') +sha256sums=('35eefce0e35b10894bbae6c903758f3ab25363aadd605fb7dcdbc53aac5580f7') _sourcedirectory="$_projectname-$pkgver" |