summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRubenKelevra2022-12-04 11:39:03 +0100
committerRubenKelevra2022-12-04 11:39:03 +0100
commit3c039321684f2c767dfdcbdd2a906dd8a6f9c660 (patch)
tree9bcb9e7f8ddf2782fd962175c473b3e30838397a /PKGBUILD
parentd8696bc1b8e79d20440a5b99df18832220344a47 (diff)
downloadaur-3c039321684f2c767dfdcbdd2a906dd8a6f9c660.tar.gz
add 'no active development' to package description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 797492238d38..e455d2e82f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-baseconv
pkgver=1.2.2
-pkgrel=1
-pkgdesc="Convert numbers from base 10 integers to base X strings and back again"
+pkgrel=2
+pkgdesc="Convert numbers from base 10 integers to base X strings and back again (no active development)"
url="https://github.com/semente/python-baseconv"
depends=('python')
license=('python')