summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Jamison2018-06-10 07:12:32 -0500
committerCaleb Jamison2018-06-10 07:12:32 -0500
commit0b7c3be9eca10776961fe1f89dbe8c126176c21c (patch)
tree8b1cea9ac2ff748a30e885fc4a81f5c28c7b4ad9 /PKGBUILD
parent8efa7a993bb1f024dd0385b718640698941d4980 (diff)
downloadaur-0b7c3be9eca10776961fe1f89dbe8c126176c21c.tar.gz
Add provides field
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1766ef54059e..f5d88ee722f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Jamison <cbjamo@gmail.com>
pkgname=litex-git
pkgver=3724
-pkgrel=1
+pkgrel=2
pkgdesc="Migen based SoC"
arch=(any)
url="https://github.com/enjoy-digital/litex"
@@ -12,7 +12,7 @@ optdepends=('lm32-elf-binutils: lm32 soft core'
'lm32-eld-gcc: lm32 soft core'
'riscv64-unknown-elf-binutils: picorv32 and vexriscv soft cores'
'riscv64-unknown-elf-gcc: picorv32 and vexriscv soft cores')
-provides=()
+provides=('litex')
options=(!emptydirs)
install=
source=("git+https://github.com/enjoy-digital/litex" "removed_sections.patch")