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

Levente Polyak anthraxx at archlinux.org
Thu Jul 25 00:33:30 UTC 2019


    Date: Thursday, July 25, 2019 @ 00:33:30
  Author: anthraxx
Revision: 492747

upgpkg: fasm 1.73.13-1

Modified:
  fasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-25 00:27:27 UTC (rev 492746)
+++ PKGBUILD	2019-07-25 00:33:30 UTC (rev 492747)
@@ -6,16 +6,16 @@
 # Contributor: Luke McCarthy <luke at iogopro.co.uk>
 
 pkgname=fasm
-pkgver=1.73.08
+pkgver=1.73.13
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and Linux operating systems'
 url='https://flatassembler.net/'
 arch=('x86_64')
 license=('custom')
-depends_x86_64=('lib32-glibc')
-source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('2725714c06e235fddb727aa6f7dcdd6d14a91de95c3f1f6581065895ddf095d0')
-sha512sums=('753d8576ab3a4ce355367cd2390449cd6abdf226228aad1d0ce49df687142436fdc00103826a9900acbe62e9da610e41a274677c448c2866d9f5599e4ccecc1d')
+depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
+source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('c85caaf6cd8b7fd71f64d3408648cc121ce79c975b32e73d418ecbaacf8189bc')
+sha512sums=('09385bd7ac95f0a5ab81f14bd28a9bf8e0575031190df793a60e7e7726b6f2be95ea9f3ffc6b9e90a3c2e4387a2a27a680d43a2dabf279836df7e62905789995')
 
 build() {
   cd ${pkgname}



More information about the arch-commits mailing list