diff --git a/PKGBUILD b/PKGBUILD index ec94057..10edcc1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.2 _seafilever=1.5.3 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase -pkgrel=1 +pkgrel=2 # 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,18 +37,10 @@ provides=() # Change the default behavior of makepkg see PKGBUILD#options options= -source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz" - "libsearpc.pc.patch") -sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75' - 'aec39a303aaebc0777a22d8c53367f52f619654d63f62b362d75c1c599e632f4') - -prepare () { - cd "$srcdir/seafile-$_seafilever/$pkgname" - patch -p1 -i $srcdir/libsearpc.pc.patch -} +source=("http://seafile.googlecode.com/files/seafile-latest.tar.gz") +sha256sums=('33f150bcc5fc1f71f20584f8e82999313452c1177483f60a0045c73a45332f75') build () { - prepare cd "$srcdir/seafile-$_seafilever/$pkgname" ./configure --prefix=/usr PYTHON=/usr/bin/python2 make -j1 diff --git a/libsearpc.pc.patch b/libsearpc.pc.patch deleted file mode 100644 index aaff6b2..0000000 --- a/libsearpc.pc.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/libsearpc.pc.in 2013-01-10 01:35:24.000000000 -0500 -+++ b/libsearpc.pc.in 2013-01-19 11:31:50.479301798 -0500 -@@ -1,4 +1,4 @@ --prefix=(DESTDIR)@prefix@ -+prefix=@prefix@ - exec_prefix=@exec_prefix@ - libdir=@libdir@ - includedir=@includedir@