summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2013-11-10 12:55:41 +0400
committerAnton Leontiev2015-02-15 07:48:19 +0300
commitd4101a2945323b30ab52f1855d4ed7f3a3ec38d7 (patch)
tree1f4addb18432e9d488b0572b43daa11b33e36d0f
parentdf670b2a6103cb86f246cc24671f048dd71cdffc (diff)
downloadaur-d4101a2945323b30ab52f1855d4ed7f3a3ec38d7.tar.gz
Updated to v5.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc8a03e8678..329f8986a97e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numdiff
pkgdesc = Program to compare files ignoring small numeric differences
- pkgver = 5.8.0
+ pkgver = 5.8.1
pkgrel = 1
url = http://www.nongnu.org/numdiff/
install = numdiff.install
@@ -10,8 +10,8 @@ pkgbase = numdiff
makedepends = gmp
depends = gmp
options = !buildflags
- source = http://savannah.nongnu.org/download/numdiff/numdiff-5.8.0.tar.gz
- md5sums = 1e0a88b5422fd56caa79b301abaad1f2
+ source = http://savannah.nongnu.org/download/numdiff/numdiff-5.8.1.tar.gz
+ md5sums = a295eb391f6cb1578209fc6b4f9d994e
pkgname = numdiff
diff --git a/PKGBUILD b/PKGBUILD
index 7811c42bdb8c..1157bf81faba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
pkgname=numdiff
-pkgver=5.8.0
+pkgver=5.8.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Program to compare files ignoring small numeric differences'
@@ -10,7 +10,7 @@ makedepends=('gmp')
depends=('gmp')
source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
install=numdiff.install
-md5sums=('1e0a88b5422fd56caa79b301abaad1f2')
+md5sums=('a295eb391f6cb1578209fc6b4f9d994e')
options=(!buildflags)
# Don't allow '--enable-optimization' or '-O' in CFLAGS.