summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2024-04-29 11:04:47 +0200
committerBrainDamage2024-04-29 11:04:47 +0200
commitcfd5d7b26e4a29161f76bc8c91057a2701723597 (patch)
tree44c7074d4c93c91aafe4eaf827d524a7b1219960
parentb0c3383d89173bf172f6c0bb5ba03b9bc60a9c2b (diff)
downloadaur-cfd5d7b26e4a29161f76bc8c91057a2701723597.tar.gz
more compact description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b3271690ac..49d0ed43daf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-wfdb
- pkgdesc = A library of tools for reading, writing, and processing WFDB signals and annotations
+ pkgdesc = Library of tools for reading, writing, and processing WFDB signals and annotations
pkgver = 4.1.2
pkgrel = 1
url = https://github.com/MIT-LCP/wfdb-python
diff --git a/PKGBUILD b/PKGBUILD
index 9d271c5465cf..9ae4d20b7bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=4.1.2
_basename='wfdb-python'
_dirname="${_basename}-${pkgver}"
pkgrel=1
-pkgdesc="A library of tools for reading, writing, and processing WFDB signals and annotations"
+pkgdesc="Library of tools for reading, writing, and processing WFDB signals and annotations"
arch=(any)
url="https://github.com/MIT-LCP/wfdb-python"
license=("MIT")