summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2020-03-22 15:34:34 +0800
committercondy2020-03-22 15:34:34 +0800
commitb2def1f245e1f93d9534cebcb859840e18891612 (patch)
treeb91ed4b3105ce30a231f5f50dab2154c24133981
parente7ff5db1585b4d7df6209e4c89cf7f376d4f341c (diff)
downloadaur-b2def1f245e1f93d9534cebcb859840e18891612.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7a5cc28232a..973fc8aad768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-yojson
pkgdesc = Low level JSON binary for OCaml
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/yojson
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 958d2afeab6b..1f7af6bbf288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=yojson
pkgname=ocaml-${_pkgname}
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Low level JSON binary for OCaml"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"