summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2019-10-07 14:14:30 -0700
committerHunter Peavey2019-10-07 14:14:30 -0700
commit2cfd66366406ab8d6ea843b13f2856eaf5fbd3f8 (patch)
tree585cffeeb38c83da898f69b864dfed59cced13ad
parent6b3e018cf7501ba6915cec769481bd107c472870 (diff)
downloadaur-2cfd66366406ab8d6ea843b13f2856eaf5fbd3f8.tar.gz
Remove bash and coreutils dependencies as these are now required by base
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96d4e050b8bb..78831466a915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# General package information
pkgname=wtwitch
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal user interface for Twitch"
url="https://gitlab.com/krathalan/wtwitch"
license=("GPL3")
arch=("any")
# Dependencies
-depends=("bash" "coreutils" "jq" "streamlink" "wget")
+depends=("jq" "streamlink" "wget")
# Download information
source=("${url}/uploads/5fe145dfe14685f3e7d1fbc043bae95b/wtwitch-1.0.6.tar.gz" "${url}/uploads/b48b3727617cfbba25df42343feecba0/wtwitch-1.0.6.tar.gz.sig")
@@ -20,7 +20,7 @@ sha256sums=("0efcbaf322e005d1c918e124c52dd9e1ad8a7428f6c8066197e7ff1b848c02d0" "
package() {
cd "${srcdir}"
- # wtwitch binary
+ # wtwitch "binary"
install -D -m755 wtwitch "${pkgdir}/usr/bin/${pkgname}"
# man page