summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4e83906e8b2..0cfd6a19b60d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=crfpp
pkgver=0.58
-pkgrel=3
+pkgrel=5
pkgdesc="A Conditional Random Field implementation"
url="http://crfpp.sourceforge.net"
arch=('x86_64' 'i686')
license=('LGPL' 'BSD')
-source=("http://crfpp.googlecode.com/files/CRF%2B%2B-${pkgver}.tar.gz")
+#source=("http://crfpp.googlecode.com/files/CRF%2B%2B-${pkgver}.tar.gz")
+source=("https://docs.google.com/a/google.com/uc?authuser=0&id=0B4y35FiV1wh7QVR6VXJ5dWExSTQ&export=download")
build() {
cd ${srcdir}/CRF++-${pkgver}