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

Levente Polyak anthraxx at archlinux.org
Sun Feb 10 20:15:23 UTC 2019


    Date: Sunday, February 10, 2019 @ 20:15:22
  Author: anthraxx
Revision: 431669

upgpkg: fasm 1.73.08-1

Modified:
  fasm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 20:08:22 UTC (rev 431668)
+++ PKGBUILD	2019-02-10 20:15:22 UTC (rev 431669)
@@ -6,7 +6,7 @@
 # Contributor: Luke McCarthy <luke at iogopro.co.uk>
 
 pkgname=fasm
-pkgver=1.73.06
+pkgver=1.73.08
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and Linux operating systems'
 url='https://flatassembler.net/'
@@ -14,8 +14,8 @@
 license=('custom')
 depends_x86_64=('lib32-glibc')
 source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('e65608c6bd57deb10678380185fab2cc35961a16a9eaa7188fe00e7b3b9e980b')
-sha512sums=('cdbb41eaeba13684f998dc308fea24ed9efa1818ce5f85bc183c365af2287165970c9bc9866ac2c8083619bbfc1a769d383d7092cea5a207fe383473c73a3205')
+sha256sums=('2725714c06e235fddb727aa6f7dcdd6d14a91de95c3f1f6581065895ddf095d0')
+sha512sums=('753d8576ab3a4ce355367cd2390449cd6abdf226228aad1d0ce49df687142436fdc00103826a9900acbe62e9da610e41a274677c448c2866d9f5599e4ccecc1d')
 
 build() {
   cd ${pkgname}
@@ -29,10 +29,7 @@
   # tools
   local s
   for s in listing prepsrc symbols; do
-    echo $s
     ./fasm tools/libc/${s}.asm ${s}.o
-    echo AAAAA
-    echo gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
     gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
   done
 }



More information about the arch-commits mailing list