summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-01-23 16:34:51 +0100
committerManuel Reimer2021-01-23 16:34:51 +0100
commit1784c277323f75bf83cb623c64aae8ea8bd2d895 (patch)
treef7d92f6f2331d517e501d05f959b882093325be7
parentdee32c5610523f5cbb684b7ba16766deabce488e (diff)
downloadaur-1784c277323f75bf83cb623c64aae8ea8bd2d895.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/a25bb8afd6bfb4e35d0e411267fa3f59e5a03d49)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf1fdb47873..e35f018ca588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-# Generated by makepkg 5.0.2
-# Thu Sep 7 22:03:18 UTC 2017
+# Generated by makepkg 5.2.2
+# Sat Jan 23 15:34:50 UTC 2021
pkgbase = tntnet
pkgdesc = Modular, multithreaded, high performance webapplicationserver for C++
pkgver = 2.2.1
@@ -14,6 +14,7 @@ pkgbase = tntnet
depends = cxxtools
depends = openssl
depends = zlib
+ depends = perl
source = http://www.tntnet.org/download/tntnet-2.2.1.tar.gz
md5sums = febe799675c1b8b2f7259bad30cf6f23
diff --git a/PKGBUILD b/PKGBUILD
index 035445d1fc61..92f9b3afc4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Modular, multithreaded, high performance webapplicationserver for C++"
url="http://www.tntnet.org"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
-depends=('cxxtools' 'openssl' 'zlib')
+depends=('cxxtools' 'openssl' 'zlib' 'perl')
source=("http://www.tntnet.org/download/${pkgname}-${pkgver}.tar.gz")
md5sums=('febe799675c1b8b2f7259bad30cf6f23')