Date: Thursday, May 30, 2019 @ 21:24:51
  Author: arojas
Revision: 475301

https

Modified:
  fbdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-30 21:24:19 UTC (rev 475300)
+++ PKGBUILD    2019-05-30 21:24:51 UTC (rev 475301)
@@ -6,10 +6,10 @@
 pkgrel=5
 pkgdesc="captures the contents of the visible portion of the Linux framebuffer 
to stdout"
 arch=('x86_64')
-url="http://www.rcdrummond.net/fbdump/";
+url="https://www.rcdrummond.net/fbdump/";
 license=("GPL")
 depends=('glibc')
-source=("http://www.rcdrummond.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+source=("https://www.rcdrummond.net/$pkgname/$pkgname-$pkgver.tar.gz";)
 md5sums=('85ae97c0800a2caf2b04ad7764e3915b')
 
 build() {

Reply via email to