summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrany2021-11-19 19:48:16 +0200
committerrany2021-11-19 19:48:54 +0200
commitb70f3df7326ff47bcc44bfdf0eda0ef959cd40a4 (patch)
tree89693155b1e107f89216e347cd52840dcf88ee41
parent93ecd0132571820b5a1a2530960ceba079d76969 (diff)
downloadaur-b70f3df7326ff47bcc44bfdf0eda0ef959cd40a4.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139a73f8e1eb..b90d3e04aba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pissircd-git
pkgdesc = PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks.
pkgver = r9061.193da4738
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/pissnet/pissircd
install = pissircd.install
arch = x86_64
license = GPL2
+ makedepends = git
depends = openssl
depends = curl
depends = c-ares
diff --git a/PKGBUILD b/PKGBUILD
index f2fc3cbe0ce8..709fd41ed33d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pissircd-git
pkgver=r9061.193da4738
-pkgrel=4
+pkgrel=5
pkgdesc="PissIRCd is an open source IRC server based on UnrealIRCd with Pissnet tweaks."
arch=('x86_64')
url="https://github.com/pissnet/pissircd"
@@ -10,6 +10,7 @@ license=('GPL2')
conflicts=('pissircd')
provides=('pissircd')
depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl' 'argon2')
+makedepends=('git')
backup=('etc/pissircd/unrealircd.conf')
install=pissircd.install
source=("git+https://github.com/pissnet/pissircd.git"