mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-baron to 0.10-1
This commit is contained in:
parent
8b7a10be4e
commit
f01dd5799b
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# - remove makedepend on python-pypandoc
|
||||
|
||||
pkgname=python-baron
|
||||
pkgver=0.9
|
||||
pkgrel=7
|
||||
pkgver=0.10
|
||||
pkgrel=1
|
||||
pkgdesc="Full Syntax Tree for python to make writing refactoring code a realist task"
|
||||
url="https://github.com/PyCQA/baron"
|
||||
license=('LGPL')
|
||||
|
@ -14,7 +14,7 @@ depends=('python-rply')
|
|||
makedepends=('python-setuptools')
|
||||
checkdepends=('python-pytest-runner')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/baron/archive/$pkgver.tar.gz")
|
||||
sha512sums=('ed31bad1442b8d868ab9872f057db31ad8730654a7e8d49119c75d5631c881b074baf5754b0b0b5023dad62eda1f40461e4445321695248cfa3530b608d48c8e')
|
||||
sha512sums=('d010036b09424c37e3bde0e15403ffb407aef456c1004502b6e20101c5bfb8096fe415c77381d16131a72f5ce6b2ba09a4309ededa63cead4a42810aa3d59786')
|
||||
|
||||
build() {
|
||||
cd baron-$pkgver
|
||||
|
|
Loading…
Reference in a new issue