Package Details: anope 2.0.15-1

Git Clone URL: https://aur.archlinux.org/anope.git (read-only, click to copy)
Package Base: anope
Description: A set of IRC Services designed for flexibility and ease of use
Upstream URL: https://www.anope.org/
Keywords: chanserv irc ircd memoserv nickserv operserv services
Licenses: GPL
Submitter: intellitech
Maintainer: visage
Last Packager: visage
Votes: 8
Popularity: 0.002323
First Submitted: 2009-01-21 23:31 (UTC)
Last Updated: 2024-02-19 02:20 (UTC)

Dependencies (7)

Required by (1)

Sources (4)

Latest Comments

1 2 Next › Last »

visage commented on 2024-02-19 02:42 (UTC)

Package has been upgraded to v2.0.15.

visage commented on 2023-08-09 15:53 (UTC)

Package has been upgraded to v2.0.14.

visage commented on 2023-06-12 19:24 (UTC)

Package upgraded to v2.0.13.

visage commented on 2022-12-09 20:57 (UTC)

Package upgraded to v2.0.12.

visage commented on 2022-12-07 15:32 (UTC)

Done. Upstream URL is now set to use HTTPS.

tocic commented on 2022-12-06 06:18 (UTC)

Please update the upstream URL to its HTTPS counterpart.

ColdSphinX commented on 2022-11-25 12:30 (UTC) (edited on 2022-11-25 12:33 (UTC) by ColdSphinX)

For anyone in need of the extra modules. Because the ./extras script does not run non-interactive and only adds links, I changed the following in my PKGBUILD to build all the extra modules into the package.

--- PKGBUILD 2022-11-25 13:03:29.600034071 +0100
+++ PKGBUILD    2022-11-25 13:13:50.526838722 +0100
@@ -36,6 +36,12 @@
 }

 build() {
+    cd "${srcdir}/${pkgname}-${pkgver}/modules/"
+    for module in $(ls extra/ | grep -v "\.txt$")
+    do
+       [ -L "${module}" ] || ln -s "extra/${module}" "${module}"
+    done
+
     cd "${srcdir}/${pkgname}-${pkgver}"

     # Create a non-interactive config

visage commented on 2022-04-26 04:18 (UTC)

Package upgraded to v2.0.11.

SadieCat commented on 2021-01-19 05:17 (UTC)

Hello. I'm one of the upstream maintainers of Anope.

Please can you update your package to v2.0.9? There was a serious bug in v2.0.8 which causes serialising databases to SQL to silently fail.

visage commented on 2020-10-07 16:27 (UTC) (edited on 2020-10-07 16:27 (UTC) by visage)

Package upgraded to v2.0.8. I've switched from sha256sums to sha512sums. TODO: add more things in optdepends array for building extra Anope modules.