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

Antonio Rojas arojas at archlinux.org
Tue Jun 4 21:20:08 UTC 2019


    Date: Tuesday, June 4, 2019 @ 21:20:07
  Author: arojas
Revision: 476894

https

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-04 21:19:41 UTC (rev 476893)
+++ PKGBUILD	2019-06-04 21:20:07 UTC (rev 476894)
@@ -6,10 +6,10 @@
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu"
+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::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
 sha256sums=('a5778b11028c9550cddfff5e4ad0b2b3158e99bd3e8d36ab44fde1c7f567dd85')
 
 build() {



More information about the arch-commits mailing list