diff options
author | Andreas Baumann | 2024-02-17 14:20:22 +0100 |
---|---|---|
committer | Andreas Baumann | 2024-02-17 14:20:22 +0100 |
commit | 22cbf43eff28d4ff076a8e5c35c756f0ea71e706 (patch) | |
tree | eccb4ae93f3733de811e170f19260733a0b3ce49 /PKGBUILD | |
parent | 03990419ffc74b4f2c52a843c1483df63263acea (diff) | |
download | aur-gcc-ia16.tar.gz |
updated to 20231009
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Andreas Baumann <mail@andreasbaumann.cc> pkgname=gcc-ia16 -pkgver=20230219 +pkgver=20231009 pkgrel=1 epoch= pkgdesc="IA-16 (Intel 16-bit x86) port of GNU Gcc" @@ -11,7 +11,7 @@ depends=(binutils-ia16 glibc zlib) checkdepends=(dejagnu bc) options=(staticlibs !distcc !ccache) source=("https://github.com/tkchia/gcc-ia16/archive/refs/tags/$pkgver.tar.gz") -md5sums=('59d21ab0837f3d8a6f239e4a38c62c7f') +md5sums=('a21df058b213522f6d95753683773717') build() { mkdir -p build-gcc |