summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Carlberg2017-01-02 02:44:51 +0100
committerMichael Carlberg2017-01-02 02:46:12 +0100
commit7ceb8d30d2dc4880f85b5e6940f908adbf531ca3 (patch)
treee59c9b7c989276243b4c3b03d851ea52c88f15d6 /PKGBUILD
parent5c52051c119340abf150e2fead6bed6e670e700a (diff)
downloadaur-7ceb8d30d2dc4880f85b5e6940f908adbf531ca3.tar.gz
revbump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 528bc3213dbe..396a3b92e187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Carlberg <c@rlberg.se>
pkgname=polybar
pkgver=2.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
@@ -18,6 +18,7 @@ optdepends=("alsa-lib: volume module support"
"curl: github module support")
makedepends=("cmake" "python" "python2" "pkg-config")
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
+install="${pkgname}.install"
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")