From 8418f5cefc9542893976b24acd1283dfd92e9f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 23 Sep 2022 19:11:07 +0700 Subject: [PATCH] python3-snappy: update to 0.6.1. --- srcpkgs/python3-snappy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template index 51594f2e8d3..b8c4dd53edc 100644 --- a/srcpkgs/python3-snappy/template +++ b/srcpkgs/python3-snappy/template @@ -1,8 +1,8 @@ # Template file for 'python3-snappy' pkgname=python3-snappy _pkgname=python-snappy -version=0.5.4 -revision=6 +version=0.6.1 +revision=1 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/andrix/python-snappy" distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" -checksum=d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2 +checksum=b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a pre_check() { export PYTHONPATH=$(cd build/lib* && pwd)