summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-09 12:53:57 +0200
committerGoliathLabs2020-06-09 12:53:57 +0200
commit81c685afdd347f0bedb1aef6b14f8d97f76a322e (patch)
treef4308dedee6e2f2f608773e3593640b7950774e3
parentc2ffb04941ec4d34751b2809a243e7774dcb33ae (diff)
downloadaur-81c685afdd347f0bedb1aef6b14f8d97f76a322e.tar.gz
Added: libmaxminddb to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e9872216bc..48215fffc14e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inspircd
pkgdesc = InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, BSD, Windows and macOS systems.
pkgver = 3.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.inspircd.org/
install = inspircd.install
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = inspircd
makedepends = sqlite3
makedepends = libldap
makedepends = geoip
+ makedepends = libmaxminddb
makedepends = gnutls
makedepends = openssl
makedepends = libgcrypt
diff --git a/PKGBUILD b/PKGBUILD
index 6437a0ddb556..b86750bc8418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='inspircd'
pkgver='3.6.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, BSD, Windows and macOS systems.'
arch=('x86_64')
url='https://www.inspircd.org/'
@@ -15,7 +15,7 @@ license=('GPL2')
conflicts=('inspircd')
provides=('inspircd')
depends=('perl')
-makedepends=('libmariadbclient' 'sqlite3' 'libldap' 'geoip'
+makedepends=('libmariadbclient' 'sqlite3' 'libldap' 'geoip' 'libmaxminddb'
'gnutls' 'openssl' 'libgcrypt' 'postgresql-client'
're2' 'tre' 'mbedtls')
optdepends=('gnutls: m_ssl_gnutls'