Date: Sunday, May 10, 2020 @ 11:47:00
  Author: foxboron
Revision: 626170

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
    (from rev 626169, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-10 11:46:52 UTC (rev 626169)
+++ PKGBUILD    2020-05-10 11:47:00 UTC (rev 626170)
@@ -1,30 +0,0 @@
-# Maintainer: Mortne Linderu <[email protected]>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for 
scripting, ricing and tweaking"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu";
-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')
-
-build() {
-       cd "$pkgname-$pkgver"
-       ./configure --prefix=/usr --with-lx --with-pmenu
-       make
-}
-
-check(){
-       cd "$pkgname-$pkgver"
-       make check
-       make test
-}
-
-package() {
-       cd "$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 626169, 
jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-10 11:47:00 UTC (rev 626170)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <[email protected]>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for 
scripting, ricing and tweaking"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu";
+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=('30893e28905dae8f5ed1fda56ad09d131bbd035c5e62348d2f192c3356286e1f')
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr --with-lx --with-pmenu
+       make
+}
+
+check(){
+       cd "$pkgname-$pkgver"
+       make test
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" prefix=/usr install
+}

Reply via email to