summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReto Brunner2023-08-10 20:04:17 +0200
committerReto Brunner2023-08-10 20:04:49 +0200
commit19f628e565b8b60a363ece173d2e864ebeee9b87 (patch)
treeb96fc8c8c02a2be60525b99ba1b7ef5e6572a661
parent8abcc80de465cab691e5198598ba722833aa532d (diff)
downloadaur-19f628e565b8b60a363ece173d2e864ebeee9b87.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ee416ae74bc..ef7216ae8751 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.5.27
+ pkgver = 2023.8.10
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.5.27.tar.gz
- sha256sums = 1ea3415c398f534be1d5c034b3058aef4f0c9c270011e891c5fff2696d8e87f5
+ source = https://files.pythonhosted.org/packages/source/l/limnoria/limnoria-2023.8.10.tar.gz
+ sha256sums = dc01dcec48f4209d96090f1755b58bd25c13416ea78367a17a64dc989390f3a5
pkgname = limnoria
diff --git a/PKGBUILD b/PKGBUILD
index 50deaa181d63..5d0174faa2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Cravix < dr dot neemous at gmail dot com >
pkgname=limnoria
-pkgver=2023.5.27
+pkgver=2023.8.10
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=('1ea3415c398f534be1d5c034b3058aef4f0c9c270011e891c5fff2696d8e87f5')
+sha256sums=('dc01dcec48f4209d96090f1755b58bd25c13416ea78367a17a64dc989390f3a5')
build() {
cd "$srcdir/$pkgname-$pkgver" || exit 1