diff options
author | Nicolas Lorin | 2024-03-17 14:51:52 +0100 |
---|---|---|
committer | Nicolas Lorin | 2024-03-17 14:51:52 +0100 |
commit | d87d22b4722346fe100cc04eca80821d43422b26 (patch) | |
tree | 43bf70e93b07241a6f59b2987ce10c87cc60545f | |
parent | 493abaf08a33b07e80a7693ae89e0d33e254df64 (diff) | |
download | aur-d87d22b4722346fe100cc04eca80821d43422b26.tar.gz |
upgrade to 3.20.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |