diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gcc-gcj/PKGBUILD | 4 | ||||
-rw-r--r-- | pcr/hwd/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pcr/gcc-gcj/PKGBUILD b/pcr/gcc-gcj/PKGBUILD index aed422a43..cefb1ccc1 100644 --- a/pcr/gcc-gcj/PKGBUILD +++ b/pcr/gcc-gcj/PKGBUILD @@ -28,10 +28,10 @@ build() { # Do not run fixincludes sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in - # Arch Linux installs x86_64 libraries /lib + # Installs x86_64 libraries /lib [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 - # Arch uses python version 3 as default python + # Uses python version 3 as default python sed -i '1s+python+python2+' libjava/contrib/aot-compile.in echo ${pkgver} > gcc/BASE-VER diff --git a/pcr/hwd/PKGBUILD b/pcr/hwd/PKGBUILD index 0470efa41..bffd46937 100644 --- a/pcr/hwd/PKGBUILD +++ b/pcr/hwd/PKGBUILD @@ -4,8 +4,8 @@ pkgname=hwd pkgver=5.5.2 -pkgrel=2 -pkgdesc="Hardware detect and xorg.conf generator for Arch Linux" +pkgrel=3 +pkgdesc="Hardware detect and xorg.conf generator" arch=('i686' 'x86_64' 'mips64el') url="http://user-contributions.org/projects/hwd/hwd.html" license=('GPL') |