Date: Wednesday, January 8, 2020 @ 17:25:58
  Author: escondida
Revision: 550304

update to 0.3.0

Modified:
  bemenu/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-08 17:19:29 UTC (rev 550303)
+++ PKGBUILD    2020-01-08 17:25:58 UTC (rev 550304)
@@ -1,7 +1,7 @@
-# Maintainer: Ivy Foster <[email protected]>
+# Maintainer: Ivy Foster <[email protected]>
 
 pkgname=bemenu
-pkgver=0.1.0
+pkgver=0.3.0
 pkgrel=1
 
 pkgdesc='Dynamic menu library and client program inspired by dmenu with 
support for wayland compositors'
@@ -10,24 +10,23 @@
 license=(GPL3 LGPL3)
 
 depends=(pango)
-makedepends=(cmake libxkbcommon libxinerama ncurses wayland)
+makedepends=(cmake libxinerama libxkbcommon ncurses wayland)
 optdepends=(
+       'libxinerama: For the x11 backend'
        'libxkbcommon: For the wayland backend'
-       'libxinerama: For the x11 backend'
        'ncurses: For the curses backend'
        'wayland: For the wayland backend'
 )
-
 source=(
        
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz";
-       
"https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc";
+       
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc";
 )
 # Checksums provided by packager
-md5sums=(
-       ac296c57b471e98b88f0ae6dc180cc72
+sha256sums=(
+       a57ae85ca14b4adb6c32bc40138d49ec51dd2e2b0d211557c8f92489f4c3fb84
        SKIP
 )
-validpgpkeys=(C2AA3C3A6F9B1F932014879EF769BB961AF6D26A)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
 
 build() {
        cd "bemenu-$pkgver"

Reply via email to