[arch-commits] Commit in yasm/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 26 21:20:22 UTC 2019
Date: Sunday, May 26, 2019 @ 21:20:21
Author: arojas
Revision: 354361
https
Modified:
yasm/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 21:19:54 UTC (rev 354360)
+++ PKGBUILD 2019-05-26 21:20:21 UTC (rev 354361)
@@ -5,12 +5,12 @@
pkgrel=3
pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
arch=('x86_64')
-url="http://www.tortall.net/projects/yasm/"
+url="https://www.tortall.net/projects/yasm/"
license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
depends=('glibc')
checkdepends=('systemd')
options=('staticlibs')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+source=(https://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
build() {
More information about the arch-commits
mailing list