summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-07-12 17:09:29 -0500
committerCarlos Aznarán2024-07-12 17:09:29 -0500
commit825a4afa877d979328aa7141194ad865c5ff2c2d (patch)
tree5554c1f7b103f3021607805bc951d05c69844637 /PKGBUILD
parent305c6574f4fda996be4795be334c3f5ff34e361e (diff)
downloadaur-825a4afa877d979328aa7141194ad865c5ff2c2d.tar.gz
Bump version to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006ea6680202..05f5c11a6216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=pdbp
pkgname=python-${_base}
pkgdesc="A drop-in replacement for pdb and pdbpp"
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
arch=(any)
url="https://github.com/mdmintz/${_base}"
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python-pygments python-tabcompleter)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('f6b29e3623ced46ad68d008511ef64ee58bf2fadcb07fc20e1459ea52478fa44c3e45ce1a4d94bafd0657de9915c4a43084141388519b807f34a4b5155faef7a')
+sha512sums=('2deccc1798424c6e85da7df369bcf2961f550a713e5712c8a4ec3fdd57f90a72f03c7a9749ced959ccb2b4a7fa53f3fa86b7f17b81a28c7ce629ce26caa77715')
build() {
cd ${_base}-${pkgver}