summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2022-06-16 09:54:08 +0300
committerAnton Leontiev2022-06-16 09:54:41 +0300
commit0e100ce10612caaa5c89a58d529cc488380071e5 (patch)
tree4c7807fd972e25a7b699845582fd900b2b328b64 /PKGBUILD
parent7e81663ccf7d63e07441362a63f4e5a956a8e50c (diff)
downloadaur-sombok.tar.gz
sombok: Update source URL to HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaf39af910a4..1d227153299a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Line breaking (line folding) library respecting Unicode'
arch=('i686' 'x86_64')
url='https://sourceforge.net/projects/linefold/'
license=('PerlArtistic' 'GPL2')
-source=(http://downloads.sourceforge.net/project/linefold/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/project/linefold/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('c22465f4e08ed2b5dd3e144a6a607a5c')
depends=('libthai')