summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-04-04 18:46:44 +0200
committerAlexander F. Rødseth2019-04-04 18:46:44 +0200
commit5050bc0e805028bc7f57aeebbf94d3a9020a9fd1 (patch)
tree5bf36dbb5c29f92e9dfabeb5646ed82c0e2980b3 /PKGBUILD
parente429bf80b0019855b47574b0a411ee9b933ea8be (diff)
downloadaur-riscv-pk.tar.gz
Fix a typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdf6543bed23..8af1bd7f708b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=riscv-pk
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='RISC-V proxy kernel and boot loader'
-arch=('x86_64')
+arch=(x86_64)
url='https://github.com/riscv/riscv-pk'
-license=('custom')
-depends=('riscv64-linux-gnu-binutils' 'riscv64-linux-gnu-gcc' 'riscv64-linux-gnu-libc')
-makedepends=('git')
+license=(custom)
+depends=(riscv64-linux-gnu-binutils riscv64-linux-gnu-gcc riscv64-linux-gnu-glibc)
+makedepends=(git)
groups=(risc-v)
source=("git+$url#commit=97b683ed3cbeeb059e5ad3de8f884db734447d56")
sha256sums=('SKIP')