summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2018-08-27 11:56:29 -0400
committervonPalitroque2018-08-27 11:56:29 -0400
commit29e12ce614c6777befdec423e5fe61ea74ba35a4 (patch)
tree5cb8f78b231635f665aa9a63052da2ca296410de
parent2be614ca2713863f48dca54967691e707c54ad92 (diff)
downloadaur-29e12ce614c6777befdec423e5fe61ea74ba35a4.tar.gz
Added zlib to dependency array.
Added zlib to dependency array. Package already used system's zlib to build.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442a7854f376..fca62e59777f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 5 14:55:24 UTC 2018
+# Mon Aug 27 15:54:59 UTC 2018
pkgbase = msp430-elf-gcc
pkgdesc = The GNU Compiler Collection for the msp430-elf target.
pkgver = 8.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = msp430-elf-gcc
depends = msp430-elf-binutils
depends = libmpc
depends = elfutils
+ depends = zlib
provides = msp430-elf-gcc-stage1
conflicts = msp430-elf-gcc-stage1
replaces = msp430-elf-gcc-stage1
diff --git a/PKGBUILD b/PKGBUILD
index 1c17d0d11a00..fe9ba649fc59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _target="msp430-elf"
pkgname=${_target}-gcc
pkgver=8.2.0
_islver=0.19
-pkgrel=1
+pkgrel=2
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://gcc.gnu.org"
-depends=("${_target}-newlib" "${_target}-binutils" 'libmpc' 'elfutils')
+depends=("${_target}-newlib" "${_target}-binutils" 'libmpc' 'elfutils' 'zlib')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")