summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {