summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2015-03-12 16:47:37 +0800
committerYen Chi Hsuan2015-03-12 16:47:37 +0800
commiteff1ddca9af6ac230a9c18531c6412298a5e76a3 (patch)
treebe4f0b7e1f356fbc3a4d1a5b6537f1d9c26c612b /PKGBUILD
parentf137f5f1f6b664899c472ae833bdb416dbf8af6a (diff)
downloadaur-pfff-git.tar.gz
Add check-github.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e18eaa46cf57..fbc06769b5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,7 @@
# Contributor: Francisco Lopes <chico.lopes@gmail.com>
_pkgname=pfff
+_github_addr=facebook/pfff
pkgname="$_pkgname-git"
pkgver=v0.28.1.r459.g7edb85d
pkgrel=1
@@ -12,7 +13,7 @@ url='https://github.com/facebook/pfff'
license=('LGPL2.1')
optdepends=('gtk2: required by codegraph and codemap')
makedepends=('git' 'ocaml' 'ocaml-findlib' 'camlp4')
-source=('git+https://github.com/facebook/pfff.git')
+source=("git+https://github.com/$_github_addr")
options=(!makeflags staticlibs) # parallel build fails, need *.a files
md5sums=('SKIP')
conflicts=(pfff)