Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgpkg: devtools-riscv64 1:1.3.0+patch1-1 #4345

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions devtools-riscv64/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = devtools-riscv64
pkgdesc = Tools for Arch Linux RISC-V package maintainers
pkgver = 1.2.0+patch1
pkgver = 1.3.0+patch1
pkgrel = 1
epoch = 1
url = https://github.com/felixonmars/archriscv-packages
Expand All @@ -12,8 +12,8 @@ pkgbase = devtools-riscv64
source = pacman-extra-riscv64.patch
source = sogrep-riscv64.patch
source = valid-repos-riscv64.sh
sha256sums = 9a920657b363f983c92bbd2b78ddf381e5b1350c963428ec29414111dc8990e3
sha256sums = 5c80d7f727c4cca6c3ae515dbcb9b9a69d2cae952aa520a82df97cf37432c9cc
sha256sums = efaa0c9ca426564921c7d2d909d0c331fd80ce4840019b26c0a259a15b45a087
sha256sums = f01c8cfdbfffa3212a78117f2ce6e0feb97f6cb3d49f47d4f541e9c9f6136e87
sha256sums = c8e9bfc390e42d358007578ca54212bda1d44c754c976be9ef262944d4a0d83c
sha256sums = 94ee35597de8e46b1f0c09f95ced34c47ece2f95f92d1a7f2415373f2d129c63
source_x86_64 = z-archriscv-qemu-riscv64.conf
Expand Down
6 changes: 3 additions & 3 deletions devtools-riscv64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=devtools-riscv64
epoch=1
pkgver=1.2.0+patch1
pkgver=1.3.0+patch1
pkgrel=1
pkgdesc='Tools for Arch Linux RISC-V package maintainers'
arch=('x86_64' 'riscv64')
Expand All @@ -15,8 +15,8 @@ source=(makepkg-riscv64.patch
sogrep-riscv64.patch
valid-repos-riscv64.sh)
source_x86_64=(z-archriscv-qemu-riscv64.conf)
sha256sums=('9a920657b363f983c92bbd2b78ddf381e5b1350c963428ec29414111dc8990e3'
'5c80d7f727c4cca6c3ae515dbcb9b9a69d2cae952aa520a82df97cf37432c9cc'
sha256sums=('efaa0c9ca426564921c7d2d909d0c331fd80ce4840019b26c0a259a15b45a087'
'f01c8cfdbfffa3212a78117f2ce6e0feb97f6cb3d49f47d4f541e9c9f6136e87'
'c8e9bfc390e42d358007578ca54212bda1d44c754c976be9ef262944d4a0d83c'
'94ee35597de8e46b1f0c09f95ced34c47ece2f95f92d1a7f2415373f2d129c63')
sha256sums_x86_64=('c59273c423e815e4c27e8486632d80a768adddd172119035d48f7c2fac98a87a')
Expand Down
6 changes: 3 additions & 3 deletions devtools-riscv64/makepkg-riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /usr/share/devtools/makepkg.conf.d/x86_64.conf 2024-05-01 22:44:58.000000000 +0800
+++ riscv64.conf 2024-05-06 13:32:34.091162468 +0800
--- /usr/share/devtools/makepkg.conf.d/x86_64.conf 2024-12-05 05:46:53.000000000 +0800
+++ riscv64.conf 2024-12-10 14:34:16.066445328 +0800
@@ -35,18 +35,17 @@
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
Expand All @@ -23,5 +23,5 @@
- -Wl,-z,pack-relative-relocs"
+LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now"
LTOFLAGS="-flto=auto"
RUSTFLAGS="-Cforce-frame-pointers=yes"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
6 changes: 3 additions & 3 deletions devtools-riscv64/pacman-extra-riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- /usr/share/devtools/pacman.conf.d/extra.conf 2023-05-21 18:50:42.000000000 +0800
+++ extra-riscv64.conf 2023-05-22 10:32:48.462290337 +0800
--- /usr/share/devtools/pacman.conf.d/extra.conf 2024-12-05 05:46:53.000000000 +0800
+++ extra-riscv64.conf 2024-12-10 14:34:52.462140947 +0800
@@ -19,7 +19,7 @@
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
Expand All @@ -9,7 +9,7 @@

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
@@ -71,16 +71,16 @@
@@ -73,16 +73,16 @@
# after the header, and they will be used before the default mirrors.

#[core-testing]
Expand Down
Loading