summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Cremer2015-07-28 20:03:35 +0200
committerBenjamin Cremer2015-07-28 20:03:35 +0200
commit4dad05564b170a115bb9bf7ca904ad3b9a70a01b (patch)
tree6608d93bf5fe5d8472c9cbcda4ba37c4de5e5d7b
parent4e273f67ed51fe52d331c32e3763c6d6d1b6a961 (diff)
downloadaur-4dad05564b170a115bb9bf7ca904ad3b9a70a01b.tar.gz
Remove unused variables
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b00cc7f0a326..bd8975918968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,9 @@ install=tideways-daemon.install
if [[ $CARCH == "x86_64" ]]; then
source=("https://s3-eu-west-1.amazonaws.com/qafoo-profiler/downloads/tideways-daemon_linux_amd64-${pkgver}.tar.gz")
sha256sums=('972b0d224bfdd4bd926441f67b5d87db22150c1bd91cbd9400bed616b0dd92c1')
- _arch=amd64
else
source=("https://s3-eu-west-1.amazonaws.com/qafoo-profiler/downloads/tideways-daemon_linux_i386-${pkgver}.tar.gz")
sha256sums=('21d06a8328b6a2003af48205649ce9fb9ce5744f1b650041281ab80649501760')
- _arch=i386
fi
source+=('tideways-daemon.service' 'tmpfiles.conf' 'sysusers.conf')