summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6030319..4c76e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Seppia <seppia@seppio.fish>
pkgname=repofish-git
-pkgver=r7.30423ad
+pkgver=r9.19d76f4
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."
+pkgdesc="My friends 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')
@@ -10,7 +10,7 @@ groups=()
depends=('curl' 'git' 'jq')
makedepends=('git')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname}","${pkgname%-git}")
replaces=()
backup=()
options=()