Date: Friday, August 7, 2020 @ 20:08:49 Author: arodseth Revision: 671706
upgpkg: polyml 5.8.1-1 Modified: polyml/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-07 20:07:27 UTC (rev 671705) +++ PKGBUILD 2020-08-07 20:08:49 UTC (rev 671706) @@ -3,9 +3,9 @@ # Contributor: Alex Merry <[email protected]> pkgname=polyml -pkgver=5.8 -pkgrel=2 -pkgdesc='Standard ML compiler originally written in the experimental language Poly' +pkgver=5.8.1 +pkgrel=1 +pkgdesc='Standard ML compiler originally written in Poly' arch=(x86_64) url='https://polyml.org/' license=(LGPL) @@ -12,25 +12,16 @@ conflicts=('mesa-demos') # /usr/bin/poly options=(!libtool) depends=(gmp libffi) -install=polyml.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" - remove-FFI_SYSV-from-abi-table.patch) -sha256sums=('6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf' - 'cea28038a37c646ce7f6601443726411587bfb4ace2d6179b99ef247f6ac795b') +source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz") +sha256sums=('fa0507b44470b4e07a061ef6a8896efe42710d8436e15721d743572ad2f7753b') -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../remove-FFI_SYSV-from-abi-table.patch -} - build() { cd $pkgname-$pkgver - ./configure \ + --enable-shared \ --prefix=/usr \ - --enable-shared \ - --with-system-libffi \ - --with-gmp + --with-gmp \ + --with-system-libffi make }
