summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Jamison2018-06-10 07:12:32 -0500
committerCaleb Jamison2018-06-10 07:12:32 -0500
commit0b7c3be9eca10776961fe1f89dbe8c126176c21c (patch)
tree8b1cea9ac2ff748a30e885fc4a81f5c28c7b4ad9
parent8efa7a993bb1f024dd0385b718640698941d4980 (diff)
downloadaur-0b7c3be9eca10776961fe1f89dbe8c126176c21c.tar.gz
Add provides field
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ea3c9cefc4..dd3f9bd1621c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = litex-git
pkgdesc = Migen based SoC
pkgver = 3724
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enjoy-digital/litex
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = litex-git
optdepends = lm32-eld-gcc: lm32 soft core
optdepends = riscv64-unknown-elf-binutils: picorv32 and vexriscv soft cores
optdepends = riscv64-unknown-elf-gcc: picorv32 and vexriscv soft cores
+ provides = litex
options = !emptydirs
source = git+https://github.com/enjoy-digital/litex
source = removed_sections.patch
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")