summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAseem Athale2024-05-04 12:53:02 +0530
committerAseem Athale2024-05-04 12:53:02 +0530
commitfd4ba62a5fc2cde3891c300b5ddb3649b0ac8196 (patch)
tree0aa8032faa91037e91b5ed52749bfcbeaf51080a
parent4860b8578c04c8b12d03302bf20de997e339edcf (diff)
downloadaur-fd4ba62a5fc2cde3891c300b5ddb3649b0ac8196.tar.gz
python-varname: upgpkg: 0.13.1
Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6198a6bee190..a938fffb687c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-varname
pkgdesc = A Python library to retrieve variable names from functions or classes
- pkgver = 0.13.0
- pkgrel = 4
+ pkgver = 0.13.1
+ pkgrel = 1
url = https://github.com/pwwang/python-varname
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-varname
depends = python-executing
optdepends = python-asttokens
optdepends = python-pure-eval
- source = https://github.com/pwwang/python-varname/archive/refs/tags/0.13.0.tar.gz
- sha512sums = ab0703330f7c98f92032b0a98c770e4ef6c737c5788cc18674c0be8e4930b9e2441385f3478fe23f6db208fb58019d4a7efb2d740fb3e527b6ce5146a976d3d0
+ source = https://github.com/pwwang/python-varname/archive/refs/tags/0.13.1.tar.gz
+ sha512sums = 78808e298f32e7a5be8116865b60774b891fa7b921926fd186974bb48ecc7f23b1bbefb4199b97d9a17c035dc60729cb3fb3447587b0b6171831ef064eb6d597
pkgname = python-varname
diff --git a/PKGBUILD b/PKGBUILD
index f2046ed1c804..0cd5e39e0fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=varname
pkgname=python-varname
-pkgver=0.13.0
-pkgrel=4
+pkgver=0.13.1
+pkgrel=1
pkgdesc="A Python library to retrieve variable names from functions or classes"
arch=('any')
url="https://github.com/pwwang/${pkgname}"
@@ -12,7 +12,7 @@ depends=('python' 'python-executing')
optdepends=('python-asttokens' 'python-pure-eval')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry')
source=(${url}/archive/refs/tags/${pkgver}.tar.gz)
-sha512sums=('ab0703330f7c98f92032b0a98c770e4ef6c737c5788cc18674c0be8e4930b9e2441385f3478fe23f6db208fb58019d4a7efb2d740fb3e527b6ce5146a976d3d0')
+sha512sums=('78808e298f32e7a5be8116865b60774b891fa7b921926fd186974bb48ecc7f23b1bbefb4199b97d9a17c035dc60729cb3fb3447587b0b6171831ef064eb6d597')
build() {
cd "${pkgname}-${pkgver}"