summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2020-05-11 14:48:03 +0200
committerLinus Dierheimer2020-05-11 14:48:03 +0200
commit2d2f55e1260ae60be850a802b724df01eb9fe80b (patch)
tree862e313823193590cbaaf63249c0ff4093913af1
parente46b622103a5044dcac673724f692f51b7179032 (diff)
downloadaur-2d2f55e1260ae60be850a802b724df01eb9fe80b.tar.gz
added pipes_orig.sh for backwwards compability
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dc680d1e11b..7d70d5ae3a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bash-pipes
pkgdesc = pipes.sh (animated pipes terminal screensaver) with additional better names (soft links)
pkgver = 1.3.0
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/pipeseroni/pipes.sh
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7bfc3505afeb..ed5190bcc15d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bash-pipes
pkgver=1.3.0
-pkgrel=7
+pkgrel=8
pkgdesc="pipes.sh (animated pipes terminal screensaver) with additional better names (soft links)"
arch=("any")
url="https://github.com/pipeseroni/pipes.sh"
@@ -11,8 +11,9 @@ depends=("pipes.sh=${pkgver}")
source=()
_alternative_names=(
- "pipes" # backwards compatibility with old bash-pipes
- "bash-pipes" # personally, i like this name
+ "pipes" # backwards compatibility with old bash-pipes
+ "pipes_orig.sh" # backwards compatibility with old bash-pipes
+ "bash-pipes" # personally, i like this name
)
package() {