summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lorin2024-03-17 14:51:52 +0100
committerNicolas Lorin2024-03-17 14:51:52 +0100
commitd87d22b4722346fe100cc04eca80821d43422b26 (patch)
tree43bf70e93b07241a6f59b2987ce10c87cc60545f
parent493abaf08a33b07e80a7693ae89e0d33e254df64 (diff)
downloadaur-d87d22b4722346fe100cc04eca80821d43422b26.tar.gz
upgrade to 3.20.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 919aea168f72..4d8797c376d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webchanges
pkgdesc = Check web content for changes and notify
- pkgver = 3.20.1
+ pkgver = 3.20.2
pkgrel = 0
url = https://github.com/mborsetti/webchanges
arch = any
@@ -36,7 +36,7 @@ pkgbase = webchanges
optdepends = python-aioxmpp: xmpp reporter
optdepends = python-redis: redis database
optdepends = python-keyring: password keyring storage
- source = https://files.pythonhosted.org/packages/source/w/webchanges/webchanges-3.20.1.tar.gz
- sha256sums = b6af69bd03276c37bf7c89cc4656fa90bba66a1c4cd9a55c7a429f5e27c5d722
+ source = https://files.pythonhosted.org/packages/source/w/webchanges/webchanges-3.20.2.tar.gz
+ sha256sums = ffc8e4ed2444000a2c8294a9f38d12e17f78164337b2b5505589329c5d7fc334
pkgname = webchanges
diff --git a/PKGBUILD b/PKGBUILD
index 5ecfc96195f4..ea5db3be0139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sin Kim <kimsin98@gmail.com>
pkgname=webchanges
-pkgver=3.20.1
+pkgver=3.20.2
pkgrel=0
pkgdesc='Check web content for changes and notify'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=('python-playwright: option to use browser'
'python-redis: redis database'
'python-keyring: password keyring storage')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b6af69bd03276c37bf7c89cc4656fa90bba66a1c4cd9a55c7a429f5e27c5d722')
+sha256sums=('ffc8e4ed2444000a2c8294a9f38d12e17f78164337b2b5505589329c5d7fc334')
build() {
cd "$pkgname-$pkgver"