summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <seppia@seppia.net>2018-06-02 13:04:54 +0200
committerSeppia <seppia@seppia.net>2018-06-02 13:04:54 +0200
commit3f05f1149c2747594e5d60094e33fe804a7c8621 (patch)
tree84171db48180f7674fb622c0c6c40f6b47a97caf
parent031fd5922d19b23a40c41475e2a7d962dc0f017e (diff)
downloadrepofish-git-3f05f1149c2747594e5d60094e33fe804a7c8621.tar.gz
repofish-git-3f05f1149c2747594e5d60094e33fe804a7c8621.tar.bz2
repofish-git-3f05f1149c2747594e5d60094e33fe804a7c8621.zip
Typo fix and version bump
Fixed description typo and conflicts array and updated version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81150a3..79e6cc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 = r7.30423ad
+ 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.
+ pkgver = r9.19d76f4
pkgrel = 1
url = https://git.seppia.net/repofish.git
arch = any
@@ -10,7 +10,7 @@ pkgbase = repofish-git
depends = git
depends = jq
provides = repofish
- conflicts = repofish
+ conflicts = repofish-git,repofish
source = repofish::git+https://git.seppia.net/repofish.git
md5sums = SKIP
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=()