summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwtx2015-12-18 07:41:12 +0100
committerwtx2015-12-18 07:41:12 +0100
commit1a51ef822baa8602e472e6152a926afb6b2747c9 (patch)
treef8bcf42fd2d8e91224591849f53994739f940c63
parent750b14d4d5647de457ef748eb6deffba63811a14 (diff)
downloadaur-1a51ef822baa8602e472e6152a926afb6b2747c9.tar.gz
Changes in package descriptions
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f15540cdd4de..317413926784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 12:41:11 UTC 2015
+# Fri Dec 18 06:40:38 UTC 2015
pkgbase = gcc49-alternative
- pkgdesc = The GNU Compiler Collection for multilib
+ pkgdesc = The GNU Compiler Collection 4.9 for multilib
pkgver = 4.9.3
pkgrel = 2
url = http://gcc.gnu.org
@@ -25,7 +25,7 @@ pkgbase = gcc49-alternative
md5sums = e34fca0540d840e5d0f6427e98c92252
pkgname = gcc49-alternative-multilib
- pkgdesc = The GNU Compiler Collection - C and C++ frontends for multilib
+ pkgdesc = The GNU Compiler Collection 4.9 - C and C++ frontends for multilib
install = gcc49-alternative.install
groups = multilib-devel
depends = gcc49-alternative-libs-multilib=4.9.3-2
@@ -35,7 +35,7 @@ pkgname = gcc49-alternative-multilib
options = staticlibs
pkgname = gcc49-alternative-libs-multilib
- pkgdesc = Runtime libraries shipped by GCC for multilib
+ pkgdesc = Runtime GCC 4.9 libraries for multilib
install = gcc49-alternative-libs.install
depends = glibc>=2.20
depends = lib32-gcc49-alternative-libs=4.9.3-2
@@ -44,7 +44,7 @@ pkgname = gcc49-alternative-libs-multilib
options = !strip
pkgname = lib32-gcc49-alternative-libs
- pkgdesc = Runtime libraries shipped by GCC (32-bit)
+ pkgdesc = Runtime GCC 4.9 libraries (32-bit)
depends = lib32-glibc>=2.20
options = !emptydirs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 9b2572774e25..25a0c5a629de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _islver=0.12.2
_cloogver=0.18.1
pkgrel=2
#_snapshot=4.9-20150304
-pkgdesc="The GNU Compiler Collection for multilib"
+pkgdesc="The GNU Compiler Collection 4.9 for multilib"
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')
url="http://gcc.gnu.org"
@@ -104,7 +104,7 @@ check() {
package_lib32-gcc49-alternative-libs()
{
- pkgdesc="Runtime libraries shipped by GCC (32-bit)"
+ pkgdesc="Runtime GCC 4.9 libraries (32-bit)"
depends=('lib32-glibc>=2.20')
options=('!emptydirs' '!strip')
@@ -132,7 +132,7 @@ package_lib32-gcc49-alternative-libs()
package_gcc49-alternative-libs-multilib()
{
- pkgdesc="Runtime libraries shipped by GCC for multilib"
+ pkgdesc="Runtime GCC 4.9 libraries for multilib"
# depends=('glibc>=2.20' "lib32-gcc-libs=$pkgver-$pkgrel")
depends=('glibc>=2.20' "lib32-gcc49-alternative-libs=$pkgver-$pkgrel")
provides=("gcc49-alternative-libs=$pkgver-$pkgrel")
@@ -189,7 +189,7 @@ package_gcc49-alternative-libs-multilib()
package_gcc49-alternative-multilib()
{
- pkgdesc="The GNU Compiler Collection - C and C++ frontends for multilib"
+ pkgdesc="The GNU Compiler Collection 4.9 - C and C++ frontends for multilib"
depends=("gcc49-alternative-libs-multilib=$pkgver-$pkgrel" 'binutils>=2.25' 'libmpc')
groups=('multilib-devel')
options=('staticlibs')