[arch-commits] Commit in sequoia-sqv/trunk (PKGBUILD)
Levente Polyak
anthraxx at gemini.archlinux.org
Wed Aug 4 00:41:13 UTC 2021
Date: Wednesday, August 4, 2021 @ 00:41:12
Author: anthraxx
Revision: 993604
remove duplicate depends declaration
Modified:
sequoia-sqv/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-04 00:33:13 UTC (rev 993603)
+++ PKGBUILD 2021-08-04 00:41:12 UTC (rev 993604)
@@ -8,7 +8,7 @@
arch=('x86_64')
license=('GPL2')
groups=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'nettle' 'libhogweed.so' 'libnettle.so'
+depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
'gcc-libs' 'gmp')
makedepends=('git' 'cargo' 'clang')
source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=v${pkgver}?signed")
More information about the arch-commits
mailing list