summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorReto Brunner2023-09-24 19:55:51 +0200
committerReto Brunner2023-09-24 19:56:41 +0200
commitb0bc60d49c19c939cfe1005a7e24b48eb149e032 (patch)
tree9f5f0c0f1292ec1c26fad0117feef4fb8dcc9518 /PKGBUILD
parent19f628e565b8b60a363ece173d2e864ebeee9b87 (diff)
downloadaur-b0bc60d49c19c939cfe1005a7e24b48eb149e032.tar.gz
2023.9.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d0174faa2fa..511af519ec48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cravix < dr dot neemous at gmail dot com >
pkgname=limnoria
-pkgver=2023.8.10
+pkgver=2023.9.22
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=('dc01dcec48f4209d96090f1755b58bd25c13416ea78367a17a64dc989390f3a5')
+sha256sums=('5cb460a6caf068670236d95d196af425b0d8f9881793abbaea8f1b9489f08836')
build() {
cd "$srcdir/$pkgname-$pkgver" || exit 1