summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2021-10-25 18:41:59 +0800
committerJingbei Li2021-10-25 18:41:59 +0800
commit69006a25a00f9936a04428d3973028c6089592bb (patch)
treef4c0e27f1c6fbad65d096ba9b1b2f21eaa8904fc
parent50ca15d910ca7ed8a0a86f103f9fa85b4bc8f833 (diff)
downloadaur-69006a25a00f9936a04428d3973028c6089592bb.tar.gz
upgraded to 19.22
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0d2a2c4f9d..812ddd1088c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dlib
pkgdesc = Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques.
- pkgver = 19.21
- pkgrel = 2
+ pkgver = 19.22
+ pkgrel = 1
url = http://www.dlib.net/
arch = x86_64
license = Boost
@@ -16,8 +16,8 @@ pkgbase = python-dlib
depends = libpng
depends = libx11
optdepends = sqlite
- source = http://www.dlib.net//files/dlib-19.21.tar.bz2
- md5sums = 981cd72a2a26b6f3b89093eea4b4008b
+ source = http://www.dlib.net//files/dlib-19.22.tar.bz2
+ sha256sums = 20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572
pkgname = python-dlib
depends = cblas
@@ -27,4 +27,3 @@ pkgname = python-dlib
depends = libpng
depends = libx11
depends = python
-
diff --git a/PKGBUILD b/PKGBUILD
index deef43b2528a..7ed43752ac90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgbase=python-dlib
pkgname=('python-dlib')
#pkgname+=('python-dlib-cuda')
_pkgname=dlib
-pkgver=19.21
-pkgrel=2
+pkgver=19.22
+pkgrel=1
pkgdesc="Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques."
arch=('x86_64')
url="http://www.dlib.net/"
@@ -20,7 +20,7 @@ optdepends=('sqlite')
#optdepends+=('cuda' 'cudnn' 'ccache-ext')
makedepends=(${optdepends[@]} 'cmake' 'boost' 'python-setuptools')
source=("$url/files/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('981cd72a2a26b6f3b89093eea4b4008b')
+sha256sums=('20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572')
prepare() {
cd "$srcdir/"