summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Penen2023-07-27 11:11:58 +0200
committerArturo Penen2023-07-27 11:11:58 +0200
commitc18c58e52672c53f2b2152aceee9ab706090b1b6 (patch)
treed9add7c6cf9d0ac27fbcca16b5184e4e38d47bdd
parentff1e850b226bb735e91584feb8ce9eb508605032 (diff)
downloadaur-c18c58e52672c53f2b2152aceee9ab706090b1b6.tar.gz
fix: description and url
Signed-off-by: Arturo Penen <arturo.penen@diagroup.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 032f18d2b957..c31cdc52dc83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-console-menu
- pkgdesc = allows you to quickly clone all of an orgs, or users repos into a single directory.
+ pkgdesc = A simple Python menu system for building terminal user interfaces.
pkgver = 0.8.0
pkgrel = 1
- url = https://github.com/gabrie30/ghorg
+ url = https://github.com/aegirhall/console-menu
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 2fb3169f6bd2..0704b6193661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=python-console-menu
_pkgname='console-menu'
pkgver=0.8.0
pkgrel=1
-pkgdesc='allows you to quickly clone all of an orgs, or users repos into a single directory.'
+pkgdesc='A simple Python menu system for building terminal user interfaces.'
arch=('any')
-url='https://github.com/gabrie30/ghorg'
+url='https://github.com/aegirhall/console-menu'
license=('MIT')
depends=('python' 'python-jose' 'python-requests')
makedepends=('git' 'python-setuptools')