summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2017-08-02 16:31:03 +0300
committerAnton Leontiev2017-08-02 16:33:12 +0300
commit43229d18b4f6ae8ba6e7d3421f97cc2bcbc83f22 (patch)
tree17d2071ae54cef379ceb473d76a98bd1f8372634 /PKGBUILD
parentd4101a2945323b30ab52f1855d4ed7f3a3ec38d7 (diff)
downloadaur-numdiff.tar.gz
Update to v5.9.0
Remove workaround to the issue with long execution times and overloading of the processor in case Numdiff had been built against GNU MP with optimization enabled. The issue was fixed in v5.9.0. Remove install script: its functionality is replaced by ALPM hooks.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1157bf81faba..f39d0c42f562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,14 @@
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
pkgname=numdiff
-pkgver=5.8.1
+pkgver=5.9.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Program to compare files ignoring small numeric differences'
url='http://www.nongnu.org/numdiff/'
license=('GPL3')
-makedepends=('gmp')
depends=('gmp')
source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
-install=numdiff.install
-md5sums=('a295eb391f6cb1578209fc6b4f9d994e')
-options=(!buildflags)
-
-# Don't allow '--enable-optimization' or '-O' in CFLAGS.
-# See 'Known issues' on the site
-# The bug reproduces on GCC 4.8.1 x86_64
+md5sums=('794461a7285d8b9b1f2c4a8149889ea6')
build() {
cd $pkgname-$pkgver