mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-voluptuous to 0.12.1-1
This commit is contained in:
parent
757eca07d5
commit
e37362e890
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# - remove makedepends on python-pypandoc
|
||||
|
||||
pkgname=python-voluptuous
|
||||
pkgver=0.12.0
|
||||
pkgrel=3
|
||||
pkgver=0.12.1
|
||||
pkgrel=1
|
||||
pkgdesc="A Python data validation library"
|
||||
url="https://github.com/alecthomas/voluptuous"
|
||||
license=('BSD')
|
||||
|
@ -14,7 +14,7 @@ depends=('python')
|
|||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-nose')
|
||||
source=("https://pypi.io/packages/source/v/voluptuous/voluptuous-$pkgver.tar.gz")
|
||||
sha512sums=('7c72d965f2a2eeb2ad099a19b41e2249b9921e51985ff975ed62fe5a6d5b3f2d5c2a7d6fc2cbe3c80abbea17cfc46c39f1953db5daecc0faafb348c838f80417')
|
||||
sha512sums=('14ead6bd99c9238318e7ed39fa543cb3363cbb0716a251061e6f533b8fae3fd5e754bd6b2756b6d76745da0e02236e04bfe0ae4e25dd87d291bb2a716660eebc')
|
||||
|
||||
prepare() {
|
||||
# https://github.com/alecthomas/voluptuous/issues/333
|
||||
|
|
Loading…
Reference in a new issue