diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = repofish-git 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. - pkgver = r6.6857bf3 + pkgver = r7.30423ad pkgrel = 1 url = https://git.seppia.net/repofish.git arch = any @@ -9,7 +9,6 @@ pkgbase = repofish-git depends = curl depends = git depends = jq - depends = vim provides = repofish conflicts = repofish source = repofish::git+https://git.seppia.net/repofish.git @@ -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}") |