summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick962019-01-08 17:10:05 +0100
committerpatrick962019-01-08 17:10:05 +0100
commit5373e40725b741909868e2a20a151f07b63790dd (patch)
tree077e61d0079dc428e9b36f031166121f29edd385
parent5ecaf867c680fd4b68bd04399805521e40554d8f (diff)
downloadaur-5373e40725b741909868e2a20a151f07b63790dd.tar.gz
Build with release tar ball
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce3f77761bfa..ea94ec28dd2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,8 +29,8 @@ pkgbase = polybar
optdepends = xorg-fonts-misc: Font used in example config
optdepends = curl: github module support
conflicts = polybar-git
- source = polybar::git+https://github.com/jaagr/polybar.git#tag=3.3.0
- md5sums = SKIP
+ source = https://github.com/jaagr/polybar/releases/download/3.3.0/polybar-3.3.0.tar
+ sha256sums = 647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a
pkgname = polybar
diff --git a/PKGBUILD b/PKGBUILD
index 6819e1c71c93..1d45d571419b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-${pkgver}.tar)
+sha256sums=('647dde8fbf6690138b354bf538d1d97ba8c1743ff22314af4ee085e06a1f506a')
prepare() {
- git -C "${pkgname}" submodule update --init --recursive
mkdir -p "${pkgname}/build"
}