summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fad05fb0ca57..795ecf32cf07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waybar-git
pkgdesc = Highly customizable wayland bar for sway or wlroots based compositor.
pkgver = r70.8d5b61a9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Alexays/Waybar/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 574343240cfb..b6ebb243e55a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=waybar-git
pkgver=r70.8d5b61a9
-pkgrel=1
+pkgrel=2
pkgdesc='Highly customizable wayland bar for sway or wlroots based compositor.'
arch=('x86_64')
url='https://github.com/Alexays/Waybar/'
@@ -18,8 +18,11 @@ depends=('gtkmm3'
'libpulse'
'wlroots')
makedepends=('meson')
+
+# source=("${pkgname}::git://github.com/Alexays/Waybar#commit=8d5b61a9"
source=("${pkgname}::git://github.com/Alexays/Waybar"
'meson.build.patch')
+
sha1sums=('SKIP'
'2c20d1b264896312f59c14fab12251a7de18b86e')