summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-03-11 15:16:55 +0800
committerJingbei Li2019-03-11 15:16:55 +0800
commitb08113e49ba570dce0f57b01aabbc89f4441fe49 (patch)
tree4c545bc5963d9c9944f39ed2907b7f22117c278f
parent65ede51b6fe6c7369d31f091083735cc3a210b13 (diff)
downloadaur-b08113e49ba570dce0f57b01aabbc89f4441fe49.tar.gz
upgraded to 19.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca188a0c642..8a0045bd0c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dlib
pkgdesc = Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques.
- pkgver = 19.16
+ pkgver = 19.17
pkgrel = 1
url = http://www.dlib.net/
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = python-dlib
depends = libpng
depends = libx11
optdepends = sqlite
- source = http://www.dlib.net//files/dlib-19.16.tar.bz2
- md5sums = 39c2b238de3eff6aa90a96120d63ebfc
+ source = http://www.dlib.net//files/dlib-19.17.tar.bz2
+ md5sums = ee24e7f527b281acdbd78752a331f758
pkgname = python-dlib
depends = cblas
diff --git a/PKGBUILD b/PKGBUILD
index a886fb1e2096..51b658482c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=python-dlib
pkgname=('python-dlib' 'python2-dlib')
#pkgname+=('python-dlib-cuda' 'python2-dlib-cuda')
_pkgname=dlib
-pkgver=19.16
+pkgver=19.17
pkgrel=1
pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques."
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=('sqlite')
#optdepends+=('cuda' 'cudnn' 'ccache-ext')
makedepends=(${optdepends[@]} 'cmake' 'boost' 'python-setuptools' 'python2-setuptools')
source=("$url/files/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('39c2b238de3eff6aa90a96120d63ebfc')
+md5sums=('ee24e7f527b281acdbd78752a331f758')
prepare() {
cd "$srcdir/"