mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-voluptuous to 0.12.0-1
This commit is contained in:
parent
76cfff0e5d
commit
7fdcaea027
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# - remove makedepends on python-pypandoc
|
||||
|
||||
pkgname=python-voluptuous
|
||||
pkgver=0.11.7
|
||||
pkgrel=4
|
||||
pkgver=0.12.0
|
||||
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=('bf0ad4684a4da59b3eccb54f6edfa643eb894076fc50d1bfd4c953de15cfd711a70e8aee685497197eaef24897ae55fb5fb2aec5e2fc9dcf344a6f7c6f569b88')
|
||||
sha512sums=('7c72d965f2a2eeb2ad099a19b41e2249b9921e51985ff975ed62fe5a6d5b3f2d5c2a7d6fc2cbe3c80abbea17cfc46c39f1953db5daecc0faafb348c838f80417')
|
||||
|
||||
prepare() {
|
||||
# https://github.com/alecthomas/voluptuous/issues/333
|
||||
|
|
Loading…
Reference in a new issue