summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lorin2024-04-25 20:52:59 +0200
committerNicolas Lorin2024-04-25 20:52:59 +0200
commit4093e0c3e664fcf4311382a65c60354db9fcf82e (patch)
tree57d95cb6dc52ec1960b54d685460a0a59506c17b
parent974d75b0e8621a1e8e0b0f88380ccc17a8faa64d (diff)
downloadaur-webchanges.tar.gz
upgrade to 3.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 643432b43bb3..1313307b1a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webchanges
pkgdesc = Check web content for changes and notify
- pkgver = 3.21
- pkgrel = 1
+ pkgver = 3.22
+ pkgrel = 0
url = https://github.com/mborsetti/webchanges
arch = any
license = MIT
@@ -38,7 +38,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.21.tar.gz
- sha256sums = 3ef215c7517a850a896034e7bb1563a39193c39df9b0d026469aeb52830aaa44
+ source = https://files.pythonhosted.org/packages/source/w/webchanges/webchanges-3.22.tar.gz
+ sha256sums = 1063287396196dfde1847a76dcd805e113cb468291ecc1acf6769a02843e63e6
pkgname = webchanges
diff --git a/PKGBUILD b/PKGBUILD
index 92de6fd82f4b..d42280f387a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sin Kim <kimsin98@gmail.com>
pkgname=webchanges
-pkgver=3.21
-pkgrel=1
+pkgver=3.22
+pkgrel=0
pkgdesc='Check web content for changes and notify'
arch=('any')
url='https://github.com/mborsetti/webchanges'
@@ -38,7 +38,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=('3ef215c7517a850a896034e7bb1563a39193c39df9b0d026469aeb52830aaa44')
+sha256sums=('1063287396196dfde1847a76dcd805e113cb468291ecc1acf6769a02843e63e6')
build() {
cd "$pkgname-$pkgver"