summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6252d2c9b926..7eb3b3e35bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _projname=colored
pkgname=python-colored
pkgver=1.2.1
pkgrel=1
-pkgdesc='Check status of multiple git repositories in one pass'
+pkgdesc='Very simple Python library for color and formatting in terminal'
arch=('any')
-url="https://pypi.python.org/pypi/colored"
+url="https://github.com/dslackw/${_projname}"
license=('GPL3')
depends=('python')
source=("https://github.com/dslackw/${_projname}/archive/v${pkgver}.tar.gz")