summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2019-10-17 13:33:24 +0800
committerJingbei Li2019-10-17 13:33:24 +0800
commit021603ebcfc91727fd28b3ca1532bc22322d0621 (patch)
tree426a46e883dc7fcaa3406268b648071054bc4162 /PKGBUILD
parentb08113e49ba570dce0f57b01aabbc89f4441fe49 (diff)
downloadaur-021603ebcfc91727fd28b3ca1532bc22322d0621.tar.gz
upgrade to 19.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/"