summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-01-10 23:00:04 +0100
committerMichał Wojdyła2024-01-10 23:00:04 +0100
commit79c2bb4637dc5cb0917f6be5f01f741aca051d85 (patch)
tree497f600670c1bc267dd8b8f2e6ce3139b3b90958
parentbc26cc5f666e29333493cdfe99089686feb83cf4 (diff)
downloadaur-79c2bb4637dc5cb0917f6be5f01f741aca051d85.tar.gz
shorten description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc02b27eeda8..2acda33bc935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ruby-cfpropertylist
- pkgdesc = This is a module to read, write and manipulate both binary and XML property lists as defined by apple.
+ pkgdesc = Read, write and manipulate both binary and XML property lists as defined by apple.
pkgver = 3.0.6
pkgrel = 1
url = https://github.com/ckruse/CFPropertyList
diff --git a/PKGBUILD b/PKGBUILD
index b8bbbe244883..72eeda9787fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gemname=CFPropertyList
pkgname=ruby-cfpropertylist
pkgver=3.0.6
pkgrel=1
-pkgdesc='This is a module to read, write and manipulate both binary and XML property lists as defined by apple.'
+pkgdesc='Read, write and manipulate both binary and XML property lists as defined by apple.'
arch=(any)
url='https://github.com/ckruse/CFPropertyList'
license=(MIT)