aur: Use tar file for polybar package

We provide the polybar.tar as part of our release process so it is more
efficient to let users build directly from the uploaded archive
This commit is contained in:
patrick96 2018-12-23 22:08:09 +01:00 committed by Patrick Ziegler
parent 84a92d2a1c
commit 8bca79f561
1 changed files with 2 additions and 3 deletions

View File

@ -22,11 +22,10 @@ optdepends=("alsa-lib: alsa module support"
makedepends=("cmake" "git" "python" "python2" "pkg-config")
conflicts=("polybar-git")
install="${pkgname}.install"
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")
source=(${url}/releases/download/${pkgver}/polybar.tar)
sha256sums=('647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a')
prepare() {
git -C "${pkgname}" submodule update --init --recursive
mkdir -p "${pkgname}/build"
}