summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-10-17 13:33:24 +0800
committerJingbei Li2019-10-17 13:33:24 +0800
commit021603ebcfc91727fd28b3ca1532bc22322d0621 (patch)
tree426a46e883dc7fcaa3406268b648071054bc4162
parentb08113e49ba570dce0f57b01aabbc89f4441fe49 (diff)
downloadaur-021603ebcfc91727fd28b3ca1532bc22322d0621.tar.gz
upgrade to 19.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0045bd0c07..e315b7e69e37 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.17
+ pkgver = 19.18
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.17.tar.bz2
- md5sums = ee24e7f527b281acdbd78752a331f758
+ source = http://www.dlib.net//files/dlib-19.18.tar.bz2
+ md5sums = b605c7e5d484346093d9de5a7ff0117f
pkgname = python-dlib
depends = cblas
diff --git a/PKGBUILD b/PKGBUILD
index 51b658482c7a..1df0ed72da95 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.17
+pkgver=19.18
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=('ee24e7f527b281acdbd78752a331f758')
+md5sums=('b605c7e5d484346093d9de5a7ff0117f')
prepare() {
cd "$srcdir/"