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

Antonio Rojas arojas at archlinux.org
Thu Jun 6 21:01:04 UTC 2019


    Date: Thursday, June 6, 2019 @ 21:01:04
  Author: arojas
Revision: 477768

https

Modified:
  libtsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-06 21:00:13 UTC (rev 477767)
+++ PKGBUILD	2019-06-06 21:01:04 UTC (rev 477768)
@@ -5,12 +5,12 @@
 pkgrel=4
 pkgdesc='Terminal-emulator State Machine'
 arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/kmscon/$pkgname"
+url="https://www.freedesktop.org/wiki/Software/kmscon/$pkgname"
 license=('MIT')
 depends=('glibc')
 makedepends=('libxkbcommon')
 options=(!libtool)
-source=("http://www.freedesktop.org/software/kmscon/releases/$pkgname-$pkgver.tar.xz")
+source=("https://www.freedesktop.org/software/kmscon/releases/$pkgname-$pkgver.tar.xz")
 md5sums=('c1b297a69d11a72f207ec35ae5ce7d69')
 
 build() {



More information about the arch-commits mailing list