summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-09-10 15:29:18 +0200
committerPhilip Goto2018-09-10 15:29:18 +0200
commit836850a0315facc7b605876ead8bd5adedf4e6a3 (patch)
treee2eaf1b6025a05df2866af82a9af80715b54d45d
parent0b76f70fbc8c42b315f51ffcf664e48125864d01 (diff)
downloadaur-836850a0315facc7b605876ead8bd5adedf4e6a3.tar.gz
Update to 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279e1b938e97..cc40646e63ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-face_recognition
pkgdesc = The world's simplest facial recognition api for Python and the command line
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/ageitgey/face_recognition
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-face_recognition
depends = python-numpy
depends = python-pillow
depends = python-scipy>=0.19.0
- source = https://files.pythonhosted.org/packages/e1/da/b607fc6c80eb8e82487b1cb3cff445450d712eb0456f562790c7a761f781/face_recognition-1.2.2.tar.gz
- sha256sums = f70d92c8582113fed669832cd8036819b66eebf4a535b1b43b1c0cede0072fb7
+ source = https://files.pythonhosted.org/packages/a3/f3/99c0fdebe04ab2ed12a6b9a6b6c568a6ae9c757da700215a24aaa8ab9070/face_recognition-1.2.3.tar.gz
+ sha256sums = a03eb709d1280bc3ca648add274ff741761b4c56f5317167252fc90cb519eda1
pkgname = python-face_recognition
diff --git a/PKGBUILD b/PKGBUILD
index 1d3531114b60..31a926a5284c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=face_recognition
pkgname=python-$_pkgname
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="The world's simplest facial recognition api for Python and the command line"
url="https://github.com/ageitgey/face_recognition"
@@ -13,10 +13,10 @@ depends=('python-click>=6.0'
'python-pillow'
'python-scipy>=0.19.0')
makedepends=('python-setuptools')
-license=('MIT')
-arch=('any')
-source=("https://files.pythonhosted.org/packages/e1/da/b607fc6c80eb8e82487b1cb3cff445450d712eb0456f562790c7a761f781/face_recognition-1.2.2.tar.gz")
-sha256sums=('f70d92c8582113fed669832cd8036819b66eebf4a535b1b43b1c0cede0072fb7')
+license=(MIT)
+arch=(any)
+source=("https://files.pythonhosted.org/packages/a3/f3/99c0fdebe04ab2ed12a6b9a6b6c568a6ae9c757da700215a24aaa8ab9070/face_recognition-1.2.3.tar.gz")
+sha256sums=(a03eb709d1280bc3ca648add274ff741761b4c56f5317167252fc90cb519eda1)
build(){
cd $srcdir/$_pkgname-$pkgver