summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d80ab589e9f7..5abdcff19946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = crfpp
pkgdesc = A Conditional Random Field implementation
pkgver = 0.58
- pkgrel = 3
+ pkgrel = 5
url = http://crfpp.sourceforge.net
arch = x86_64
arch = i686
license = LGPL
license = BSD
- source = http://crfpp.googlecode.com/files/CRF%2B%2B-0.58.tar.gz
+ source = https://docs.google.com/a/google.com/uc?authuser=0&id=0B4y35FiV1wh7QVR6VXJ5dWExSTQ&export=download
md5sums = c8ffd456ab1a6815ba916c1083194a99
pkgname = crfpp
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}