summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2020-05-20 19:27:56 +0200
committerPierre Mavro2020-05-20 19:27:56 +0200
commitf792a70eea65d6cb77e5ecc5d52409cc48de8386 (patch)
tree1526ffa36329c776e397b5bf4cb1c25872d5e7cc
parent5fc1dcfcb4f717125cb7b4885e7ef3c8a7383d5f (diff)
downloadaur-f792a70eea65d6cb77e5ecc5d52409cc48de8386.tar.gz
refactor: remove non used parameters
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daf92437f513..8f9f99019eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,8 @@ pkgdesc="Add Jeedom global status to your favorite desktop bar (i3blocks, polyba
arch=(x86_64)
url="https://github.com/deimosfr/jeedom-status"
license=('GPL')
-depends=()
makedepends=(git go)
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("https://github.com/deimosfr/jeedom-status/archive/v$pkgver.tar.gz")
-noextract=()
-validpgpkeys=()
build() {
cd "$pkgname-$pkgver"