summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan de Schaetzen2023-03-06 13:07:02 +0100
committerSebastiaan de Schaetzen2023-03-06 13:07:02 +0100
commit770a40fca36065e3653b234cd09b22544337ce58 (patch)
tree34691c913f76910c4c62fabde224269da8fed38f
parentbcd62c599df4fcb06deeeec98a9f11a98b1e23c4 (diff)
downloadaur-770a40fca36065e3653b234cd09b22544337ce58.tar.gz
Bump to 20221221
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29197f3ab18f..e366d8d7c44d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = binutils-ia16
pkgdesc = IA-16 (Intel 16-bit x86) port of GNU Binutils
- pkgver = 20190928
+ pkgver = 20221221
pkgrel = 1
url = https://github.com/tkchia/binutils-ia16
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = binutils-ia16
options = staticlibs
options = !distcc
options = !ccache
- source = https://github.com/tkchia/binutils-ia16/archive/binutils-ia16-20190928.tar.gz
- md5sums = 3aa191808e034db66e9031a0be1e2c3d
+ source = https://github.com/tkchia/binutils-ia16/archive/refs/tags/20221221.tar.gz
+ md5sums = 36d72eed7f40a91170ec2d7bd8b30ca2
pkgname = binutils-ia16
-
diff --git a/PKGBUILD b/PKGBUILD
index 50042288c1c2..a6f16d557e4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
pkgname=binutils-ia16
-pkgver=20190928
+pkgver=20221221
pkgrel=1
epoch=
pkgdesc="IA-16 (Intel 16-bit x86) port of GNU Binutils"
@@ -10,16 +10,18 @@ license=('GPL')
depends=(glibc zlib)
checkdepends=(dejagnu bc)
options=(staticlibs !distcc !ccache)
-source=("https://github.com/tkchia/binutils-ia16/archive/binutils-ia16-$pkgver.tar.gz")
-md5sums=('3aa191808e034db66e9031a0be1e2c3d')
+source=("https://github.com/tkchia/binutils-ia16/archive/refs/tags/$pkgver.tar.gz")
+md5sums=('36d72eed7f40a91170ec2d7bd8b30ca2')
build() {
mkdir -p build-binutils
cd build-binutils
unset CPPFLAGS
- ../binutils-ia16-binutils-ia16-$pkgver/configure \
+ ../binutils-ia16-$pkgver/configure \
--prefix=/usr \
--target=ia16-elf \
+ --bindir=/usr/bin \
+ --libdir=/usr/lib/ia16-elf \
--disable-gdb \
--disable-libdecnumber \
--disable-readline \