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

Felix Yan fyan at archlinux.org
Tue Feb 2 13:37:25 UTC 2016


    Date: Tuesday, February 2, 2016 @ 14:37:25
  Author: fyan
Revision: 159968

upgpkg: freebasic 1.05.0-1

Modified:
  freebasic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-02 12:58:13 UTC (rev 159967)
+++ PKGBUILD	2016-02-02 13:37:25 UTC (rev 159968)
@@ -4,7 +4,7 @@
 # Contributor: rabyte <gmail.com: rabyte>
 
 pkgname=freebasic
-pkgver=1.04.0
+pkgver=1.05.0
 pkgrel=1
 pkgdesc="A free BASIC compiler"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 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")
-md5sums=('2221961b2efdd484de2ce64e63458483')
-md5sums_i686=('6e7d5de2bd56065c39d8e600c703d557')
-md5sums_x86_64=('92801962a3c23c0b41053e0e87272444')
+md5sums=('a0b89405678c831af2d28e566758aeae')
+md5sums_i686=('50aec8fcfa577dc7a76cffc6dfe50476')
+md5sums_x86_64=('4bf93ad31b378df4897699a5a0744b11')
 
 prepare() {
   [[ "$CARCH" = "x86_64" ]] && _arch=x86_64
@@ -31,7 +31,6 @@
 }
 
 build() {
-  export CFLAGS="$CFLAGS"
   export PATH="${srcdir}/bootstrap/bin:$PATH"
   export LD_LIBRARY_PATH="${srcdir}/bootstrap/lib"
 



More information about the arch-commits mailing list