summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2016-06-27 12:44:28 +0800
committerpingplug2016-06-27 12:44:28 +0800
commit0982e4a0bbf67d47b6d02c959c264e646590be7a (patch)
tree98b9f43b9521a6bf3fd82874d637b1f0a5a24975 /PKGBUILD
parentb349cceffba3367ee4b952b08d77e565ff2beef6 (diff)
downloadaur-0982e4a0bbf67d47b6d02c959c264e646590be7a.tar.gz
Updated to 19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e94cabcde73..3d2e23dfe06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-dlib
_pkgname=dlib
-pkgver=18.18
+pkgver=19.0
pkgrel=2
pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. (mingw-w64)"
arch=('any')
@@ -16,8 +16,8 @@ optdepends=('mingw-w64-lapack: for BLAS and LAPACK support'
options=('!buildflags' '!strip' 'staticlibs')
source=(http://downloads.sourceforge.net/project/dclib/${_pkgname}/v${pkgver}/${_pkgname}-${pkgver}.tar.bz2
dlib-${pkgver}.patch)
-md5sums=('288d609c13b1c3c1957c6a12d0052e98'
- '566e1a79a6336c764253a95bce2a3775')
+md5sums=('da930a35c2aa88612dd2ebf893f48f60'
+ '787c62b9c4b9f0b4e2060f2df605501a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"