Skip to content

Commit 0415750

Browse files
authored
Fix package naming
1 parent 2d190b4 commit 0415750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ before_install:
5757
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel; fi
5858
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls ; fi
5959
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql automake1.16 ; fi
60-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls-devel ; fi
60+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql libgnutls-devel ; fi
6161
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
6262
- tar -xzf libmicrohttpd-0.9.59.tar.gz
6363
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)