summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e457aa19be43..7a09baebc7d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Fri May 18 22:16:57 UTC 2018
+# Fri May 18 22:35:37 UTC 2018
pkgbase = ocaml-ppxfind-git
pkgdesc = ocamlfind ppx tool
pkgver = 20171213
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/diml/ppxfind
arch = x86_64
- license = ISC
+ license = BSD
makedepends = ocamlbuild
makedepends = ocaml-findlib
provides = ocaml-ppxfind
diff --git a/PKGBUILD b/PKGBUILD
index 32a7dc6de28e..501ce5dd8ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ocaml-ppxfind-git
pkgver=20171213
-pkgrel=1
+pkgrel=2
pkgdesc="ocamlfind ppx tool"
arch=('x86_64')
url='https://github.com/diml/ppxfind'
-license=('ISC')
+license=('BSD')
provides=('ocaml-ppxfind')
makedepends=('ocamlbuild' 'ocaml-findlib')
source=("${pkgname}::git://github.com/diml/ppxfind.git")