mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
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:
parent
84a92d2a1c
commit
8bca79f561
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue