Skip to content

Commit 4d5bdeb

Browse files
committed
dae: reorder dependencies
1 parent 4935685 commit 4d5bdeb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

archlinuxcn/dae/PKGBUILD

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ pkgdesc="A Linux lightweight and high-performance transparent proxy solution bas
88
arch=('x86_64' 'aarch64')
99
url="https://github.com/daeuniverse/${pkgname}"
1010
license=('AGPL-3.0-or-later')
11-
depends=(
12-
'glibc'
13-
'v2ray-geoip'
14-
'v2ray-domain-list-community'
15-
)
11+
depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
1612
makedepends=('clang' 'go')
1713
backup=("etc/${pkgname}/config.${pkgname}")
1814
source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/v${pkgver}/${pkgname}-full-src.tar.xz")

0 commit comments

Comments
 (0)