summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXeonacid2024-02-11 09:25:04 +0800
committerXeonacid2024-02-11 09:25:04 +0800
commit81bcc2c24aa0e37e16e0ccef6123d185400fe3c7 (patch)
tree95b0a2a68851ff30a2b16951c3e499d05edc6957
parent7687ef64dcf9956180cbd3ae0de15a3336b8b3c0 (diff)
downloadaur-81bcc2c24aa0e37e16e0ccef6123d185400fe3c7.tar.gz
upgpkg: devtools-riscv64
Signed-off-by: Xeonacid <h.dwwwwww@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--makepkg-riscv64.patch8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cad02c4e02e..20e4ed5dd7bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = devtools-riscv64
pkgdesc = Tools for Arch Linux RISC-V package maintainers
- pkgver = 1.0.4+patch1
+ pkgver = 1.1.0+patch1
pkgrel = 1
epoch = 1
url = https://github.com/felixonmars/archriscv-packages
arch = x86_64
arch = riscv64
- license = GPL
+ license = GPL-3.0-or-later
depends = devtools
source = makepkg-riscv64.patch
source = pacman-extra-riscv64.patch
source = sogrep-riscv64.patch
source = valid-repos-riscv64.sh
- sha256sums = 2abae300509c2fbae0246f195fb7ffa17c4ad240052f1e60b0bc504de6149685
+ sha256sums = 9125ba2f479e57d634deea76ee036569dbd3d8a54d81e8d0f5a4e7aef75b9a48
sha256sums = 5c80d7f727c4cca6c3ae515dbcb9b9a69d2cae952aa520a82df97cf37432c9cc
sha256sums = c8e9bfc390e42d358007578ca54212bda1d44c754c976be9ef262944d4a0d83c
sha256sums = 94ee35597de8e46b1f0c09f95ced34c47ece2f95f92d1a7f2415373f2d129c63
diff --git a/PKGBUILD b/PKGBUILD
index c40140ed6f12..7eab91ace231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=devtools-riscv64
epoch=1
-pkgver=1.0.4+patch1
+pkgver=1.1.0+patch1
pkgrel=1
pkgdesc='Tools for Arch Linux RISC-V package maintainers'
arch=('x86_64' 'riscv64')
-license=('GPL')
+license=('GPL-3.0-or-later')
url='https://github.com/felixonmars/archriscv-packages'
depends=(devtools)
depends_x86_64=(qemu-user-static)
@@ -15,7 +15,7 @@ source=(makepkg-riscv64.patch
sogrep-riscv64.patch
valid-repos-riscv64.sh)
source_x86_64=(z-archriscv-qemu-riscv64.conf)
-sha256sums=('2abae300509c2fbae0246f195fb7ffa17c4ad240052f1e60b0bc504de6149685'
+sha256sums=('9125ba2f479e57d634deea76ee036569dbd3d8a54d81e8d0f5a4e7aef75b9a48'
'5c80d7f727c4cca6c3ae515dbcb9b9a69d2cae952aa520a82df97cf37432c9cc'
'c8e9bfc390e42d358007578ca54212bda1d44c754c976be9ef262944d4a0d83c'
'94ee35597de8e46b1f0c09f95ced34c47ece2f95f92d1a7f2415373f2d129c63')
diff --git a/makepkg-riscv64.patch b/makepkg-riscv64.patch
index 1567ce3834ba..f3aa91a66c13 100644
--- a/makepkg-riscv64.patch
+++ b/makepkg-riscv64.patch
@@ -1,5 +1,5 @@
---- /usr/share/devtools/makepkg-x86_64.conf 2023-01-06 03:00:58.000000000 +0800
-+++ makepkg-riscv64.conf 2023-01-16 23:30:46.599890442 +0800
+--- /usr/share/devtools/makepkg.conf.d/x86_64.conf 2024-02-10 08:01:05.000000000 +0800
++++ riscv64.conf 2024-02-11 00:37:44.643963368 +0800
@@ -35,14 +35,14 @@
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
@@ -17,5 +17,5 @@
- -fstack-clash-protection -fcf-protection"
+ -fstack-clash-protection"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
- LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
- LTOFLAGS="-flto=auto"
+ LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \
+ -Wl,-z,pack-relative-relocs"