diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ # Maintainer: Seppia <seppia@seppio.fish> pkgname=repofish-git -pkgver=r6.6857bf3 +pkgver=r7.30423ad pkgrel=1 pkgdesc="My friend told me to make available this script I wrote to manage my local archlinux repo and AUR packages, so here it is." arch=('any') url="https://git.seppia.net/repofish.git" license=('GPLv3') groups=() -depends=('curl' 'git' 'jq' 'vim') +depends=('curl' 'git' 'jq') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |