summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2020-05-09 16:01:39 +0200
committerLinus Dierheimer2020-05-09 16:01:39 +0200
commit5aadf68c78319baf17096ca9f38f178d6bbfa981 (patch)
tree483863a6803db5f41ac750d10c9dd9c83119f120
parente8bee0d58cf7505a0b3726e388689f453af6973c (diff)
downloadaur-5aadf68c78319baf17096ca9f38f178d6bbfa981.tar.gz
better provides / conflicts handling
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6750d022ff..4985c32c0852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bash-pipes
pkgdesc = pipes.sh with additional better names (soft links)
pkgver = 1.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/pipeseroni/pipes.sh
arch = any
license = MIT
depends = bash
- provides = pipes.sh
- conflicts = pipes.sh=1.3.0
+ provides = pipes.sh=1.3.0
+ conflicts = pipes.sh
source = https://github.com/pipeseroni/pipes.sh/archive/v1.3.0.tar.gz
sha256sums = 532976dd8dc2d98330c45a8bcb6d7dc19e0b0e30bba8872dcce352361655a426
diff --git a/PKGBUILD b/PKGBUILD
index 41b2ed8faf91..da0b5fe53bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bash-pipes
pkgver=1.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="pipes.sh with additional better names (soft links)"
arch=("any")
url="https://github.com/pipeseroni/pipes.sh"
@@ -10,8 +10,8 @@ license=("MIT")
depends=("bash")
source=("https://github.com/pipeseroni/pipes.sh/archive/v${pkgver}.tar.gz")
sha256sums=("532976dd8dc2d98330c45a8bcb6d7dc19e0b0e30bba8872dcce352361655a426")
-provides=("pipes.sh")
-conflicts=("pipes.sh=1.3.0")
+provides=("pipes.sh=1.3.0")
+conflicts=("pipes.sh")
_alternative_names=(
"pipes"