From 99be98dc141d8b39529f884ca722c876bab8cfa7 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 23 Feb 2013 10:36:07 -0500 Subject: [PATCH] Changed source package download link --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ac09f39..7bdc031 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.1 _seafilever=1.4.5 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase -pkgrel=2 +pkgrel=3 # The description of the package, should be about 80 characters long (one line) pkgdesc="A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System." @@ -37,9 +37,9 @@ provides=() # Change the default behavior of makepkg see PKGBUILD#options options= -source=("http://seafile.com.cn/downloads/seafile-latest.tar.gz" +source=("http://seafile.googlecode.com/files/seafile-1.4.5.tar.gz" "libsearpc.pc.patch") -sha256sums=('843b32a3f9ae9a3bc88d0c728a2873da824537cb4aa907bb9af4cf61121ccc99' +sha256sums=('d298ea339a8ddc3cec0d8513032b15b1c53ee27bb4afc69f147bca57258fe9fb' 'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4') prepare () {