diff options
author | Rhinoceros | 2021-06-26 09:37:45 +1000 |
---|---|---|
committer | Rhinoceros | 2021-06-26 09:37:45 +1000 |
commit | 9db1896e4d0d01639b164b18c55dea1bedb13f08 (patch) | |
tree | 51016a52c8a79d3bf87fc09405a9742eb7816def /PKGBUILD | |
parent | 8d5e89886c9e1fea80669f0c809c282159de8309 (diff) | |
download | aur-9db1896e4d0d01639b164b18c55dea1bedb13f08.tar.gz |
www.unicode.org https now works again
No need to bump pkgrel. If it had installed fine previously, no need to
re-install.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ arch=('any') license=('GPL3') depends=('python') source=("$pkgname-$pkgver.tar.gz::https://github.com/garabik/${pkgname}/archive/v${pkgver}.tar.gz" - UnicodeData-${pkgver}-${pkgrel}.txt::'http://www.unicode.org/Public/UNIDATA/UnicodeData.txt' - Blocks-${pkgver}-${pkgrel}.txt::'http://www.unicode.org/Public/UNIDATA/Blocks.txt') + UnicodeData-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/UnicodeData.txt' + Blocks-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/Blocks.txt') sha256sums=('35637578fb6f0758366175951147ab753c95b005e371f9bb5ad21e5ac08c28d8' 'bdbffbbfc8ad4d3a6d01b5891510458f3d36f7170422af4ea2bed3211a73e8bb' '81a82b6a9fcf1a9c12f588d7a1decd73a9afdc4cac95b0eb7e576e7942d6c19f') |