summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-09-29 07:37:46 +1300
committercaltlgin2020-09-29 07:37:46 +1300
commit75e7776eff6c4c3ab0debcd0f9c2a7506a545fce (patch)
tree6600f31f4d0821204bb35f523873bf82b26d440b
parentb22298a6e9bd96e454e1740dc51dcfca28231031 (diff)
downloadaur-75e7776eff6c4c3ab0debcd0f9c2a7506a545fce.tar.gz
Update pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a82a9ff2a1ff..5092114b46c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-catalogue
- pkgdesc = Python wrapper library for subprocess module
+ pkgdesc = Super lightweight function registries for your library
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/explosion/catalogue
diff --git a/PKGBUILD b/PKGBUILD
index 6456e7518799..abb13e6db4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname='catalogue'
pkgname="python-${_pkgname}"
pkgver=2.0.1
pkgrel=1
-pkgdesc='Python wrapper library for subprocess module'
+pkgdesc='Super lightweight function registries for your library'
arch=('any')
url='https://github.com/explosion/catalogue'
license=('MIT')