summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark E.A2016-03-16 12:28:10 +0100
committerMark E.A2016-03-16 12:28:10 +0100
commit97a95609f38ab3966fffbed72636fdb7a6a78e02 (patch)
tree8ea3db918398748a1e3e050771f6e71383392637 /PKGBUILD
parent21a907f8f9db62664212287733b715b3b16dd9dd (diff)
downloadaur-python2-cyvlfeat.tar.gz
Update to 0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cf506ea1234..3e30fe83c2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-cyvlfeat
_pyname=cyvlfeat
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc='A thin Cython wrapper around select areas of vlfeat'
arch=('any')
@@ -14,7 +14,7 @@ depends=('cython2>=0.22'
makedepends=()
optdepends=()
source=("https://github.com/menpo/${_pyname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0034f220437267e2fa404cea2ed54ce8f1147e5e5ead36f1e45c2ec7e46e90c9')
+sha256sums=('323867011e83f3987d2825ba928d90d1ee45f466bcb5f5257b799c08ffc2eeed')
build() {
cd "$_pyname-$pkgver"