summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2020-10-25 18:33:25 +1300
committerMorgenstern2020-10-25 18:33:25 +1300
commit99c71298179bd2574ca7d833b978e9e133de138f (patch)
tree4c6a69cf0aba4d90c15860d16ea81c764a1c5406
parent6b19e9650454f379e53d2b0c9df8a571cb2596fe (diff)
downloadaur-99c71298179bd2574ca7d833b978e9e133de138f.tar.gz
Add roundcubemail dependency back in
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97b18818888..5ae3a26a7d89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = roundcubemail-plugin-twofactor-git
arch = any
license = MIT
makedepends = git
+ depends = roundcubemail>=0.9.5
replaces = roundcube-twofactor-git
source = roundcubemail-plugin-twofactor-git::git+https://github.com/alexandregz/twofactor_gauthenticator.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 093f6ebb19d2..0edcad8adf24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Adds two-step verification (TOTP) to the Roundcube login process"
url="https://github.com/alexandregz/twofactor_gauthenticator"
arch=('any')
license=('MIT')
-#depends=('roundcubemail>=0.9.5')
+depends=('roundcubemail>=0.9.5')
makedepends=('git')
replaces=('roundcube-twofactor-git')
install=${pkgname}.install