Date: Monday, January 2, 2023 @ 16:23:38
  Author: escondida
Revision: 1372960

bemenu: bump to 0.6.14, drop runtime dependency on wayland-protocols)

Modified:
  bemenu/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 16:18:31 UTC (rev 1372959)
+++ PKGBUILD    2023-01-02 16:23:38 UTC (rev 1372960)
@@ -3,7 +3,7 @@
 
 pkgbase=bemenu
 pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wayland)
-pkgver=0.6.13
+pkgver=0.6.14
 pkgrel=1
 
 # Wayland without wlroots is not supported.
@@ -13,15 +13,20 @@
 arch=(x86_64)
 license=(GPL3 LGPL3)
 
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots scdoc)
+makedepends=(
+       git ncurses scdoc
+       libxinerama libxkbcommon pango
+       wayland wayland-protocols wlroots
+)
 
 source=(
-       
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz";
+       
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz";
        
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc";
 )
-# Checksums provided by packager
+
+# Checksums provided by packager makepkg -g
 sha256sums=(
-       6032fae0253363a48171367c20982ef080ba5c163462732f0354dc8b606850f9
+       603358a039ac0014de14339d3e143dae67035cb84fa7c021563c7798064cdee8
        SKIP
 )
 validpgpkeys=(16B6B7CACAF339DECE9F154729317348D687B86B)
@@ -57,7 +62,7 @@
 package_bemenu-wayland() {
        pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
        provides=(bemenu-renderer bemenu-wlroots)
-       depends=(libbemenu libxkbcommon pango wayland wayland-protocols)
+       depends=(libbemenu libxkbcommon pango wayland)
        replaces=(bemenu-wlroots)
        install=bemenu-wayland.install
 

Reply via email to