summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin A. Shelton2022-02-08 20:58:03 -0700
committerBenjamin A. Shelton2022-02-08 20:58:03 -0700
commitb89876878c3642b8f2ce01568f3e6619dfc364e7 (patch)
tree854848cce64508d1160e5655db99e02c3bfb9f3d /PKGBUILD
parentee86d3c5c720a42e7217fcee92204e92282dfcac (diff)
downloadaur-b89876878c3642b8f2ce01568f3e6619dfc364e7.tar.gz
Bump version to v1.9.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caeb96ee72d5..fd6ed74e73e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Source: https://github.com/zancarius/archlinux-pkgbuilds
pkgname=python-httpagentparser
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Extracts OS browser information from the user agent string.'
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/h/httpagentparser/httpagentparser-${pkgver}.tar.gz")
sha256sums=(
- 'ef763d31993dd761825acee6c8b34be32b95cf1675d1c73c3cd35f9e52831b26'
+ 'a190dfdc5e63b2f1c87729424b19cbc49263d6a1fb585a16ac1c9d9ce127a4bf'
)
package () {
cd "${srcdir}/httpagentparser-${pkgver}"