Date: Friday, February 17, 2023 @ 20:25:29
  Author: eworm
Revision: 469223

update package description to use wording from upstream homepage

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-17 20:18:39 UTC (rev 469222)
+++ PKGBUILD    2023-02-17 20:25:29 UTC (rev 469223)
@@ -10,7 +10,7 @@
 _tag_name='7_88_0'
 pkgver="${_tag_name//_/.}"
 pkgrel=4
-pkgdesc='An URL retrieval utility and library'
+pkgdesc='command line tool and library for transferring data with URLs'
 arch=('x86_64')
 url='https://curl.haxx.se/'
 license=('MIT')
@@ -114,7 +114,7 @@
 }
 
 package_libcurl-compat() {
-  pkgdesc='An URL retrieval library (without versioned symbols)'
+  pkgdesc='command line tool and library for transferring data with URLs (no 
versioned symbols)'
   depends=('curl' 'openssl')
   provides=('libcurl-compat.so')
 
@@ -133,7 +133,7 @@
 }
 
 package_libcurl-gnutls() {
-  pkgdesc='An URL retrieval library (without versioned symbols and linked 
against gnutls)'
+  pkgdesc='command line tool and library for transferring data with URLs (no 
versioned symbols, linked against gnutls)'
   depends=('curl' 'gnutls')
   provides=('libcurl-gnutls.so')
 

Reply via email to