summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-01-04 16:41:49 -0500
committerGuillaume Horel2024-01-04 16:41:49 -0500
commit70f47cdb961885fb509cb25cec411016ee806384 (patch)
tree0ec33c83f261e3af15d83b4c712384550bbd9a83
parent9cba32349f693e4e5191f892489e0f700af846ee (diff)
downloadaur-70f47cdb961885fb509cb25cec411016ee806384.tar.gz
bump to 4.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1a73970275..a528a8d2d407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
- pkgver = 4.0.3
+ pkgver = 4.1.2
pkgrel = 1
url = https://pypi.python.org/pypi/line_profiler
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-lineprofiler
makedepends = python-wheel
depends = python-setuptools
depends = ipython
- source = line_profiler-4.0.3.tar.gz::https://github.com/pyutils/line_profiler/archive/v4.0.3.tar.gz
- sha256sums = 81df8a475048d1c8c905cb5a4530c44f2581b6c78c2f64301a65fe2d4a3028d3
+ source = line_profiler-4.1.2.tar.gz::https://github.com/pyutils/line_profiler/archive/v4.1.2.tar.gz
+ sha256sums = a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43
pkgname = python-lineprofiler
diff --git a/PKGBUILD b/PKGBUILD
index 22da8c01ea9f..58ba78fc44b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python-lineprofiler
_pkgname=line_profiler
-pkgver=4.0.3
+pkgver=4.1.2
pkgrel=1
pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
@@ -15,7 +15,7 @@ makedepends=('cython' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-ubelt')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pyutils/line_profiler/archive/v$pkgver.tar.gz")
-sha256sums=('81df8a475048d1c8c905cb5a4530c44f2581b6c78c2f64301a65fe2d4a3028d3')
+sha256sums=('a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43')
build() {
cd "$_pkgname-$pkgver"