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

Christian Hesse eworm at archlinux.org
Tue Jan 16 00:29:51 UTC 2018


    Date: Tuesday, January 16, 2018 @ 00:29:49
  Author: eworm
Revision: 314941

download from https, use sha256 checksums

Modified:
  fluxbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 00:19:56 UTC (rev 314940)
+++ PKGBUILD	2018-01-16 00:29:49 UTC (rev 314941)
@@ -11,10 +11,10 @@
 depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'imlib2' 'fribidi')
 optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz
-        fluxbox.desktop)
-sha1sums=('c53940f5b70dfad39f4a3fa6b0e95072c2b3e9db'
-          'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'fluxbox.desktop')
+sha256sums=('fc8c75fe94c54ed5a5dd3fd4a752109f8949d6df67a48e5b11a261403c382ec0'
+            '2148a90aca653b596e9632264dbdbd8c7e673d732e4b04eee66a8ac1e68b3c5d')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list