diff options
author | Greg Minshall | 2024-10-24 14:45:53 -0700 |
---|---|---|
committer | Greg Minshall | 2024-10-24 14:45:53 -0700 |
commit | 67227a55a69fc3c1dde6ac50be1563ec8d4be0ca (patch) | |
tree | 479d13804de30ef81d6fc2ecb21368267fe56e58 /PKGBUILD | |
parent | 223914f39ff680afbc76879a76208771cfc056d0 (diff) | |
download | aur-67227a55a69fc3c1dde6ac50be1563ec8d4be0ca.tar.gz |
PKGBUILD SRCINFO: increment pkgrel, pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Maintainer: Greg Minshall <minshall at umich dot edu> pkgname=regexy pkgver=0.4.4 -pkgrel=1 -pkgdesc="produce a JSON representation of pacman \"-S\" and/or \"-Q\" databases" +pkgrel=2 +pkgdesc="curses program to play with regular expressions" arch=(any) url="https://sr.ht/~minshall/regexy/" license=('MIT') |