summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72634a6c3fec..10abaa148b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=python-frog
pkgname=${_pkgname}-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Python binding for Frog, a NLP suite for Dutch containing a part-of-speech tagger, lemmatizer, morphological analyser, named entity recognition, shallow parser and dependency parser'
arch=('i686' 'x86_64')
url="https://github.com/proycon/python-frog"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('python' 'frog>=0.12.20')
makedepends=('git' 'cython')
provides=("${_pkgname}")
-source=("git://github.com/proycon/python-frog.git")
+source=("git+https://github.com/proycon/python-frog.git")
_gitname=("python-frog")
md5sums=('SKIP')