summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lorin2024-02-28 23:04:28 +0100
committerNicolas Lorin2024-02-28 23:04:28 +0100
commit683ad16e13e02d9fba1ab4e0efed1873bd3ada1d (patch)
treeecee1fe8fa81641195c25b55eeecb410061c021f
parentd7c301842eadac5479f69fdb82581191b6d38842 (diff)
downloadaur-683ad16e13e02d9fba1ab4e0efed1873bd3ada1d.tar.gz
upgrade to 3.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0d39a1e96ce..9758952a913f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webchanges
pkgdesc = Check web content for changes and notify
- pkgver = 3.18.1
+ pkgver = 3.19
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.18.1.tar.gz
- sha256sums = 783a2a25036880f6af6879ede140ed24fc8d75c13f61b5eeaf98ed7cb5914c13
+ source = https://files.pythonhosted.org/packages/source/w/webchanges/webchanges-3.19.tar.gz
+ sha256sums = 848b0f5834392af95c8523b623b075bc470f5123a1e3ed3b9a947ed611593f62
pkgname = webchanges
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"