[arch-commits] Commit in jgmenu/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun May 10 11:46:53 UTC 2020


    Date: Sunday, May 10, 2020 @ 11:46:52
  Author: foxboron
Revision: 626169

upgpkg: jgmenu 4.2.0-1

Modified:
  jgmenu/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-10 11:43:43 UTC (rev 626168)
+++ PKGBUILD	2020-05-10 11:46:52 UTC (rev 626169)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm <jgm323 at gmail dot com>
 
 pkgname=jgmenu
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
 source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
-sha256sums=('0a693db7295200b22f24e0d8ab3986353911aa214cd8199f3ec583710dc72a92')
+sha256sums=('30893e28905dae8f5ed1fda56ad09d131bbd035c5e62348d2f192c3356286e1f')
 
 build() {
 	cd "$pkgname-$pkgver"
@@ -20,7 +20,6 @@
 
 check(){
 	cd "$pkgname-$pkgver"
-	make check
 	make test
 }
 



More information about the arch-commits mailing list