summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:25:08 +0200
committerDaniel Peukert2020-05-18 20:25:08 +0200
commitbd3904fc9c9c523e8a71f6082315ff492cc2b83e (patch)
treea0bc3a70e8534ccde74a9421bfad0592c6d815bd
parentd3b97bc9ff1e15dc3f2faeccba5bcd2666282e7b (diff)
downloadaur-bd3904fc9c9c523e8a71f6082315ff492cc2b83e.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a5cfe070b5..a1de40c1f6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-octavius
pkgdesc = Ocamldoc comment syntax parser
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-doc/octavius
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-octavius
makedepends = dune>=1.11.0
depends = ocaml>=4.03.0
options = !strip
- source = ocaml-octavius-1.2.2-1.tar.gz::https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz
+ source = ocaml-octavius-1.2.2-2.tar.gz::https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz
sha256sums = eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad
pkgname = ocaml-octavius
diff --git a/PKGBUILD b/PKGBUILD
index 5d64e91ae0d7..cddfa3c14180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='octavius'
pkgname="ocaml-$_projectname"
pkgver='1.2.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Ocamldoc comment syntax parser'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-doc/$_projectname"