Skip to content

Commit ae2b156

Browse files
committed
Add missing 'libcurl-gnutls' dependency in non-bin AUR packages
1 parent 2d7e1ab commit ae2b156

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

publish/aur/PKGBUILD-git.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ license=('MIT')
1616
provides=(${_pkgname})
1717
conflicts=(${_pkgname})
1818
depends=(curl
19+
libcurl-gnutls
1920
git
2021
gtk3
2122
libsecret

publish/aur/PKGBUILD.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ license=('MIT')
1515
provides=($pkgname)
1616
conflicts=($pkgname)
1717
depends=(curl
18+
libcurl-gnutls
1819
git
1920
gtk3
2021
libsecret

0 commit comments

Comments
 (0)