Date: Saturday, September 18, 2021 @ 23:48:25
  Author: foxboron
Revision: 1017093

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-18 23:48:19 UTC (rev 1017092)
+++ PKGBUILD    2021-09-18 23:48:25 UTC (rev 1017093)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxbo...@archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=4.3.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=('84daae2c544a2755d76e9bcd8cd2503e9cfbf8c48b3e97c8ec32dbcf269c6275')
-
-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
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 1017092, 
jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-09-18 23:48:25 UTC (rev 1017093)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxbo...@archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=4.4.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=('acdd298a96da96c18deaeadf68f669a3e10242bd55911641a049ad6c0415054f')
+
+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