summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristóf Marussy2021-02-02 17:07:41 +0100
committerKristóf Marussy2021-02-02 17:07:41 +0100
commite420186c64b00598f75111ceb18b35f58aeaa312 (patch)
treec70795d979937df0657fd39685328981dea2e683
parent008f89fcb7b9c9abf5ce0a7dba3d9ab156c399c0 (diff)
downloadaur-e420186c64b00598f75111ceb18b35f58aeaa312.tar.gz
Fix package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c344467cda97..5e054230946c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cleo-git
- pkgdesc = CliKit is a group of utilities to build beautiful and testable command line interfaces.
+ pkgdesc = Cleo allows you to create beautiful and testable command-line interfaces.
pkgver = 1.0.0a1.r1.ga772384
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sdispater/cleo
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e27fb4b590df..4f3a588cde41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=cleo
pkgname=python-cleo-git
pkgver=1.0.0a1.r1.ga772384
-pkgrel=1
-pkgdesc="CliKit is a group of utilities to build beautiful and testable command line interfaces."
+pkgrel=2
+pkgdesc="Cleo allows you to create beautiful and testable command-line interfaces."
arch=('any')
provides=("python-cleo")
conflicts=('python-cleo')