[arch-commits] Commit in freebasic/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Jan 30 17:50:07 UTC 2018
Date: Tuesday, January 30, 2018 @ 17:50:07
Author: eschwartz
Revision: 288326
Update to HTTPS, remove legacy i686-specific sources
Modified:
freebasic/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-30 17:44:55 UTC (rev 288325)
+++ PKGBUILD 2018-01-30 17:50:07 UTC (rev 288326)
@@ -8,20 +8,17 @@
pkgrel=2
pkgdesc="A free BASIC compiler"
arch=('x86_64')
-url="http://www.freebasic.net/"
+url="https://www.freebasic.net/"
license=('GPL2' 'LGPL')
depends=('ncurses')
makedepends=('libxpm' 'gpm' 'libffi' 'libxrandr' 'mesa')
source=("https://downloads.sourceforge.net/fbc/FreeBASIC-$pkgver-source.tar.xz")
-source_i686=("http://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86.tar.xz")
-source_x86_64=("http://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86_64.tar.xz")
+source_x86_64=("https://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86_64.tar.xz")
md5sums=('a0b89405678c831af2d28e566758aeae')
-md5sums_i686=('50aec8fcfa577dc7a76cffc6dfe50476')
md5sums_x86_64=('4bf93ad31b378df4897699a5a0744b11')
prepare() {
[[ "$CARCH" = "x86_64" ]] && _arch=x86_64
- [[ "$CARCH" = "i686" ]] && _arch=x86
mkdir -p bootstrap
cd "${srcdir}/FreeBASIC-${pkgver}-linux-$_arch"
More information about the arch-commits
mailing list