diff options
Diffstat (limited to 'AUR/PKGBUILD')
| -rw-r--r-- | AUR/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index 1b8b010..421c7e0 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Shulhan <ms@kilabit.info> pkgname=bin.sh-git -pkgver=r5.4f502f0 +pkgver=r12.80334be pkgrel=1 pkgdesc='A collection of shell scripts' arch=('any') url='https://git.sr.ht/~shulhan/bin.sh' license=('GPL3') groups=() -depends=() -makedepends=('git') -provides=("${pkgname%-git}") -conflicts=("${pkgname%-git}") +depends=('bash-completion' 'hunspell-id-git') +makedepends=('git' 'pkgconf') +provides=('bin.sh') +conflicts=('bin.sh') replaces=() backup=() options=() |
