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 a7ef4ca9e61f..786cb93c7de4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sin Kim <kimsin98@gmail.com>
pkgname=webchanges
-pkgver=3.18.1
+pkgver=3.19
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=('783a2a25036880f6af6879ede140ed24fc8d75c13f61b5eeaf98ed7cb5914c13')
+sha256sums=('848b0f5834392af95c8523b623b075bc470f5123a1e3ed3b9a947ed611593f62')
build() {
cd "$pkgname-$pkgver"