summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-24 19:27:10 +0100
committerMichel Zou2024-01-24 19:27:10 +0100
commit3c3c34770f22b7ce3802815af6b326c86b8519ad (patch)
treecc746a37f0f08cd04b39fc1d9f474cdfd639c329
parentd69881b0c272f8af6828ae0add67dd654bc14637 (diff)
downloadaur-psp-binutils.tar.gz
desc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223a58bd557c..f4a3ccd6248d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = psp-binutils
- pkgdesc = A set of programs to assemble and manipulate binary and object files (psp)
+ pkgdesc = binutils with PSP patch applied (psp)
pkgver = 2.37.0
pkgrel = 2
- url = https://www.gnu.org/software/binutils/
+ url = https://github.com/pspdev/binutils-gdb
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index c33304e9f0e3..92649a068364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=psp-binutils
pkgver=2.37.0
pkgrel=2
-pkgdesc="A set of programs to assemble and manipulate binary and object files (psp)"
+pkgdesc="binutils with PSP patch applied (psp)"
arch=(x86_64)
-url="https://www.gnu.org/software/binutils/"
+url="https://github.com/pspdev/binutils-gdb"
license=('GPL')
depends=('glibc' 'libelf' 'zlib' 'python')
makedepends=('git')