Date: Monday, January 1, 2018 @ 10:33:15 Author: andyrtr Revision: 313832
upgpkg: libabw 0.1.2-1 upstream update 0.1.2 Modified: libabw/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-01 10:28:49 UTC (rev 313831) +++ PKGBUILD 2018-01-01 10:33:15 UTC (rev 313832) @@ -2,8 +2,8 @@ # Maintainer: AndyRTR <[email protected]> pkgname=libabw -pkgver=0.1.1 -pkgrel=2 +pkgver=0.1.2 +pkgrel=1 pkgdesc="a library that parses the file format of AbiWord documents" arch=('x86_64') url="https://wiki.documentfoundation.org/DLP/Libraries/libabw" @@ -10,18 +10,9 @@ license=('MPL') depends=('librevenge' 'libxml2' ) makedepends=('doxygen' 'gperf' 'boost') -source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz - libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch") -md5sums=('6be55a46078b593ec20cad9bb8730c3e' - '04ff06433764bac16632d00348d7bfae') +source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485') -prepare() { - cd $pkgname-$pkgver -# Fix build with Boost 1.59 - patch -p1 -i ../libabw-boost-1.59.patch - autoreconf -vi -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr
