Date: Friday, February 17, 2023 @ 20:27:36
Author: eworm
Revision: 1402288
update package description to use wording from upstream homepage
Modified:
lib32-curl/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-17 20:17:19 UTC (rev 1402287)
+++ PKGBUILD 2023-02-17 20:27:36 UTC (rev 1402288)
@@ -11,7 +11,7 @@
_tag_name='7_88_0'
pkgver="${_tag_name//_/.}"
pkgrel=4
-pkgdesc='An URL retrieval utility and library (32-bit)'
+pkgdesc='command line tool and library for transferring data with URLs
(32-bit)'
arch=('x86_64')
url='https://curl.haxx.se/'
license=('MIT')
@@ -120,7 +120,7 @@
}
package_lib32-libcurl-compat() {
- pkgdesc='An URL retrieval utility and library (32-bit, without versioned
symbols)'
+ pkgdesc='command line tool and library for transferring data with URLs
(32-bit, no versioned symbols)'
depends+=('lib32-openssl')
provides=('libcurl-compat.so')
@@ -140,7 +140,7 @@
}
package_lib32-libcurl-gnutls() {
- pkgdesc='An URL retrieval utility and library (32-bit, without versioned
symbols and linked against gnutls)'
+ pkgdesc='command line tool and library for transferring data with URLs
(32-bit, no versioned symbols, linked against gnutls)'
depends+=('lib32-gnutls')
provides=('libcurl-gnutls.so')