Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ lib32-curl
Commits:
e971792b by Leonidas Spyropoulos at 2024-10-23T09:25:55+01:00
upgpkg: 8.10.1-2: rebuild to enable websockets
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-curl
pkgdesc = command line tool and library for transferring data with URLs
(32-bit)
pkgver = 8.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://curl.se/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
pkgbase=lib32-curl
pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
pkgver=8.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='command line tool and library for transferring data with URLs
(32-bit)'
arch=('x86_64')
url='https://curl.se/'
@@ -73,6 +73,7 @@ build() {
--enable-ipv6
--enable-manual
--enable-threaded-resolver
+ --enable-websockets
--with-gssapi
# --with-libssh2 TODO Fix when new release of libssh2
--with-random='/dev/urandom'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/e971792bf6fe77c4a88531be1dc10c42e68a3c83
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-curl/-/commit/e971792bf6fe77c4a88531be1dc10c42e68a3c83
You're receiving this email because of your account on gitlab.archlinux.org.