summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLin UX2018-10-19 10:43:15 +0800
committerLin UX2018-10-19 10:43:15 +0800
commit5b2644ad180531aecd0d4337dada594d66b765ef (patch)
treed7eeef2737c13bd2a83b16bc3009d6a78034d4ae
parent4ae3d62b6886cd2a996d1298745d6d76d4c4949c (diff)
downloadaur-5b2644ad180531aecd0d4337dada594d66b765ef.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fe06cf942c..202a2cec0172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 17 01:31:59 UTC 2018
+# Fri Oct 19 02:42:55 UTC 2018
pkgbase = limnoria-python3
pkgdesc = An IRC bot based on Supybot, with sqlite3 support and other features
pkgver = 20180910
@@ -15,6 +15,7 @@ pkgbase = limnoria-python3
optdepends = python-gnupg: GnuPG support
optdepends = python-feedparser: RSS plugin support
optdepends = python-ecdsa: ECDSA support
+ conflicts = limnoria-python3-git
source = https://github.com/ProgVal/Limnoria/archive/master-2018-09-10.tar.gz
md5sums = ca04efa41385d89ab9bed523fc423621
diff --git a/PKGBUILD b/PKGBUILD
index 05c0fa45372d..a19c0896f02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ optdepends=("python-charade: Detect page's encoding"
# But SQLite module has already been integrated into python package, so it doesn't matter
#"python-mock: For testing only"
"python-ecdsa: ECDSA support")
+conflicts=('limnoria-python3-git')
source=("https://github.com/ProgVal/Limnoria/archive/master-${_pkgver}.tar.gz")
md5sums=('ca04efa41385d89ab9bed523fc423621')