summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2023-03-29 03:40:02 +0000
committerFelix Yan2023-03-29 03:40:02 +0000
commit059b8c42c2fa062b492b002d70f284778f1dbef5 (patch)
tree54d23c4d924e49695e9db830cbe254766af2c6cb
parentf93ab9fb5c26965918000beb273e067c56c33884 (diff)
downloadaur-059b8c42c2fa062b492b002d70f284778f1dbef5.tar.gz
upgpkg: 1.9.6-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08167c1fd014..18c9507639cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-doublex
-pkgver=1.9.4
+pkgver=1.9.6
pkgrel=1
pkgdesc="Powerful test doubles framework for Python"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-pyhamcrest' 'python-six')
makedepends=('python-setuptools')
checkdepends=('python-nose2')
source=("https://github.com/davidvilla/python-doublex/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0cec6ad2fc7fca9e7bd2833f0466e82483c87f72a41b833fd675005bc574c1b2c1b975501a182b0b17604717a757694ffb3757eda340a8346ef93009e23c3f5b')
+sha512sums=('322d626fe37ec607f490121656940d20628831051e40b367411d6e0152767b9d3a1db02f9bbf29359dc0801d4eff410ef53d634a111aed55230d3bdedbc42cb2')
build() {
cd python-doublex-$pkgver