summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080f899c444a..4ca56cae5b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = limnoria
pkgdesc = An IRC bot based on Supybot, with sqlite3 support and other features
pkgver = 20200131
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProgVal/Limnoria
arch = any
license = 3-clause BSD
@@ -13,7 +13,7 @@ pkgbase = limnoria
optdepends = python-gnupg: GnuPG support
optdepends = python-feedparser: RSS plugin support
optdepends = python-sqlalchemy: Aka plugin support
- optdepends = python-socksipy-branch: SOCKS proxy support
+ optdepends = python-pysocks: SOCKS proxy support
optdepends = python-mock: For testing only
optdepends = python-cryptography: ECDSA support
conflicts = limnoria-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a32ea88b776..0e3abc1f9460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=("limnoria" "limnoria-python3")
_pkgname=Limnoria
pkgver=20200131
_pkgver=2020-01-31
-pkgrel=1
+pkgrel=2
pkgdesc="An IRC bot based on Supybot, with sqlite3 support and other features"
arch=('any')
url="https://github.com/ProgVal/Limnoria"
@@ -18,7 +18,7 @@ optdepends=("python-charade: Detect page's encoding"
"python-gnupg: GnuPG support"
"python-feedparser: RSS plugin support"
"python-sqlalchemy: Aka plugin support"
- "python-socksipy-branch: SOCKS proxy support"
+ "python-pysocks: SOCKS proxy support"
"python-mock: For testing only"
"python-cryptography: ECDSA support")
conflicts=('limnoria-git' 'limnoria-python3-git')