summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Brill2023-09-17 23:52:38 +0200
committerChristoph Brill2023-09-17 23:52:38 +0200
commit5b9fa91a32455398089cd00d9f9821b61bdfee16 (patch)
tree00bf4e34b1c06a635bdcb939537ebcea529d71a2 /PKGBUILD
parentea9f6b3a11b50d6fb29a8634a2e68a2ab94f26fc (diff)
downloadaur-python-face-alignment.tar.gz
Bump to 1.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f767a2cfb66a..4d1cdc4baaee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Brill <egore911@gmail.com>
pkgname=python-face-alignment
_pkgname=face_alignment
-pkgver=1.3.5
+pkgver=1.4.1
pkgrel=1
pkgdesc="Detect facial landmarks from Python using an accurate face alignment network"
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/${_pkgname::1}/${pkgname#python-}/${_pkgname}-$pkgver.tar.gz)
-sha256sums=('20e940a7c769c7c4cdfd1d4ef1212ec68468721b8df0c17bf93b29b37c61a071')
+sha256sums=('90e47b827a7913de19de99d0df0bf0ab539fb29ed674aeaec0ac27666cafbed9')
build() {
cd "$srcdir/$_pkgname-$pkgver"