summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Jamison2018-08-13 10:26:10 -0500
committerCaleb Jamison2018-08-13 10:26:10 -0500
commit1dc939797b1496c73e580a5805f0767d4090f162 (patch)
tree9283fbc831e14ed3382e908c2c4abbb924bb4b1a /PKGBUILD
parent0b7c3be9eca10776961fe1f89dbe8c126176c21c (diff)
downloadaur-1dc939797b1496c73e580a5805f0767d4090f162.tar.gz
Removed unneeded patch, fixed typo in dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5d88ee722f0..6d54d2edfa85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ license=('MIT')
groups=()
depends=('python' 'migen')
optdepends=('lm32-elf-binutils: lm32 soft core'
- 'lm32-eld-gcc: lm32 soft core'
+ 'lm32-elf-gcc: lm32 soft core'
'riscv64-unknown-elf-binutils: picorv32 and vexriscv soft cores'
'riscv64-unknown-elf-gcc: picorv32 and vexriscv soft cores')
provides=('litex')
options=(!emptydirs)
install=
-source=("git+https://github.com/enjoy-digital/litex" "removed_sections.patch")
-sha256sums=('SKIP' '13509ea8953b0e696539e604979e5411dafeaceb8da46acc52d701095e4f5534')
+source=("git+https://github.com/enjoy-digital/litex")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%%-git}"
@@ -28,7 +28,6 @@ prepare() {
rm -rf test/__init__.py
git submodule init
git submodule update
- patch -Np1 -i "${srcdir}/removed_sections.patch"
}
build() {