summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3989120a5cd9..1812d0a37837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Westover <kwestover.kw@gmail.com>
pkgname=python-pypartpicker
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Fetch information from PCPartPicker on products and parts lists"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-bs4' 'python-requests')
makedepends=('python-setuptools')
source=("https://github.com/thefakequake/pypartpicker/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('3df5bef6bafc39ca9a455305cc44282143ed27b701d3ecde0dd204a84245a657')
+sha256sums=('bf1a80da1b411b9b9d4eecfd27071c2d431c4eecffbc37b7ee54f8d0afe4b1e7')
build() {
cd pypartpicker-$pkgver