aur: fix tar url

This commit is contained in:
patrick96 2019-01-08 17:05:56 +01:00 committed by Patrick Ziegler
parent b22efd1fd9
commit 21188bca24
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ optdepends=("alsa-lib: alsa module support"
makedepends=("cmake" "git" "python" "python2" "pkg-config")
conflicts=("polybar-git")
install="${pkgname}.install"
source=(${url}/releases/download/${pkgver}/polybar.tar)
source=(${url}/releases/download/${pkgver}/polybar-${pkgver}.tar)
sha256sums=('647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a')
prepare() {