summarylogtreecommitdiffstats
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
parente429bf80b0019855b47574b0a411ee9b933ea8be (diff)
downloadaur-5050bc0e805028bc7f57aeebbf94d3a9020a9fd1.tar.gz
Fix a typo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ad8500d8b4..f80e1a9ccb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 4 16:45:32 UTC 2019
+# Thu Apr 4 16:46:40 UTC 2019
pkgbase = riscv-pk
pkgdesc = RISC-V proxy kernel and boot loader
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/riscv/riscv-pk
arch = x86_64
groups = risc-v
@@ -11,7 +11,7 @@ pkgbase = riscv-pk
makedepends = git
depends = riscv64-linux-gnu-binutils
depends = riscv64-linux-gnu-gcc
- depends = riscv64-linux-gnu-libc
+ depends = riscv64-linux-gnu-glibc
source = git+https://github.com/riscv/riscv-pk#commit=97b683ed3cbeeb059e5ad3de8f884db734447d56
sha256sums = SKIP
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')