summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReto Brunner2024-04-25 21:02:02 +0200
committerReto Brunner2024-04-25 21:02:02 +0200
commit5de05ceb929dad01d3dcdc02d0c6e60cbce314c1 (patch)
tree6b76c8ca284adfc86a278ef7d6d2a100dbc0c6ec
parentd3cc63e95cb2836da34dd893bf6ad60f19e8037b (diff)
downloadaur-5de05ceb929dad01d3dcdc02d0c6e60cbce314c1.tar.gz
2023.11.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8de1517bc78..7c022e78ecb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = limnoria
pkgdesc = A robust, full-featured and user/programmer-friendly Python IRC bot
- pkgver = 2023.9.24
+ pkgver = 2023.11.18
pkgrel = 1
url = https://github.com/ProgVal/Limnoria
arch = any
@@ -16,7 +16,7 @@ pkgbase = limnoria
optdepends = python-cryptography: required to load the Fediverse plugin (used to implement HTTP signatures)
optdepends = python-feedparser: required to load the RSS plugin
optdepends = python-dateutil: enable fancy time string parsing in the Time plugin
- source = https://files.pythonhosted.org/packages/source/l/limnoria/limnoria-2023.9.24.tar.gz
- sha256sums = 5495c8b86720c0010e6c209a87ec9cfe8dc81297b8967e45e305700b2e7802e7
+ source = https://files.pythonhosted.org/packages/source/l/limnoria/limnoria-2023.11.18.tar.gz
+ sha256sums = 16d9b93864edd5e990b18b28de101403dc8c3419082b98f26dd15a44a249934a
pkgname = limnoria
diff --git a/PKGBUILD b/PKGBUILD
index 467a82e2f425..5b7524ac193d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cravix < dr dot neemous at gmail dot com >
pkgname=limnoria
-pkgver=2023.9.24
+pkgver=2023.11.18
pkgrel=1
pkgdesc="A robust, full-featured and user/programmer-friendly Python IRC bot"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'python-dateutil: enable fancy time string parsing in the Time plugin'
)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('5495c8b86720c0010e6c209a87ec9cfe8dc81297b8967e45e305700b2e7802e7')
+sha256sums=('16d9b93864edd5e990b18b28de101403dc8c3419082b98f26dd15a44a249934a')
build() {
cd "$srcdir/$pkgname-$pkgver" || exit 1