diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-03 07:33:28 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-03 07:33:28 +0200 |
commit | 28b29a56735da0bab768febb155e0822085ecd2b (patch) | |
tree | 17b52be4cf24aec1ae6919d2a91277dd39aee790 | |
parent | 399fbd7b799f82b0958b7b452974cd3617c92e8b (diff) | |
download | abslibre-28b29a56735da0bab768febb155e0822085ecd2b.tar.gz abslibre-28b29a56735da0bab768febb155e0822085ecd2b.tar.bz2 abslibre-28b29a56735da0bab768febb155e0822085ecd2b.zip |
fixing errors in pkgbuilds
-rw-r--r-- | cross/cross-gcc/PKGBUILD | 2 | ||||
-rw-r--r-- | java/java-sonatype-oss-parent/PKGBUILD | 2 | ||||
-rw-r--r-- | libre-multilib-testing/lib32-glibc/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/uboot-grub/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD index e3856b951..1e6cd5649 100644 --- a/cross/cross-gcc/PKGBUILD +++ b/cross/cross-gcc/PKGBUILD @@ -123,7 +123,7 @@ checkdepends=('dejagnu' 'inetutils') options=('!emptydirs') source=(git://$_pkgname.gnu.org/git/$_pkgname.git#commit=${_commit} http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2 - https://repo.parabola.nu/other/$_pkgname/$_pkgverpatch/$_pkgname-xtensa.patch) + https://repo.parabola.nu/other/$_pkgname/$_pkgverpatch/$_pkgname-xtensa.patch mips-kfreebsd-gnu.patch) md5sums=('SKIP' 'ac1f25a0677912952718a51f5bc20f32' diff --git a/java/java-sonatype-oss-parent/PKGBUILD b/java/java-sonatype-oss-parent/PKGBUILD index b62c971ac..4936a8067 100644 --- a/java/java-sonatype-oss-parent/PKGBUILD +++ b/java/java-sonatype-oss-parent/PKGBUILD @@ -3,7 +3,7 @@ pkgname=java-sonatype-oss-parent pkgver=7 pkgdesc="Metadata file for Maven-based build systems to inherit from" -license='Apache2' +license=('Apache2') _groupId=org.sonatype.oss _artifactId=oss-parent diff --git a/libre-multilib-testing/lib32-glibc/PKGBUILD b/libre-multilib-testing/lib32-glibc/PKGBUILD index 90770c5b9..2c3c610d3 100644 --- a/libre-multilib-testing/lib32-glibc/PKGBUILD +++ b/libre-multilib-testing/lib32-glibc/PKGBUILD @@ -19,7 +19,7 @@ backup=() options=('!strip' 'staticlibs' '!emptydirs') -install=glibc.install +#install=glibc.install source=("https://ftp.gnu.org/gnu/glibc/glibc-2.24.tar.xz"{,.sig} lib32-glibc.conf) validpgpkeys=('7273542B39962DF7B299931416792B4EA25340F8') # Carlos O'Donell <carlos@systemhalted.org>" diff --git a/libre/uboot-grub/PKGBUILD b/libre/uboot-grub/PKGBUILD index 8c21d6548..267fd2802 100644 --- a/libre/uboot-grub/PKGBUILD +++ b/libre/uboot-grub/PKGBUILD @@ -42,7 +42,7 @@ prepare() { cd "${srcdir}/${_pkgbase}-${pkgver}/" msg '[Das U-Boot ver.2015.07]: Fix removing board selection choices optional' - patch -p1 -i "${srcdir}/0001-Revert-arch-Make-board-selection-choices-optional.patch + patch -p1 -i "${srcdir}/0001-Revert-arch-Make-board-selection-choices-optional.patch" msg 'Patch to boot on GRUB' patch -p1 -i "${srcdir}/uboot-am335x_evm_boot-on-grub.patch" |