summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReto Brunner2023-09-24 20:10:54 +0200
committerReto Brunner2023-09-24 20:10:54 +0200
commitd3cc63e95cb2836da34dd893bf6ad60f19e8037b (patch)
treee3892072d58d886958d024e8e09308d4abcbe9a7 /PKGBUILD
parentb0bc60d49c19c939cfe1005a7e24b48eb149e032 (diff)
downloadaur-d3cc63e95cb2836da34dd893bf6ad60f19e8037b.tar.gz
2023.9.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 511af519ec48..467a82e2f425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cravix < dr dot neemous at gmail dot com >
pkgname=limnoria
-pkgver=2023.9.22
+pkgver=2023.9.24
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=('5cb460a6caf068670236d95d196af425b0d8f9881793abbaea8f1b9489f08836')
+sha256sums=('5495c8b86720c0010e6c209a87ec9cfe8dc81297b8967e45e305700b2e7802e7')
build() {
cd "$srcdir/$pkgname-$pkgver" || exit 1