[arch-commits] Commit in python-baron/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Dec 21 16:17:22 UTC 2021
Date: Tuesday, December 21, 2021 @ 16:17:22
Author: felixonmars
Revision: 1081719
upgpkg: python-baron 0.10-1
Modified:
python-baron/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-21 16:16:08 UTC (rev 1081718)
+++ PKGBUILD 2021-12-21 16:17:22 UTC (rev 1081719)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
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')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools' 'python-pypandoc')
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
More information about the arch-commits
mailing list