summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/aircrack-ng/PKGBUILD2
-rw-r--r--community/arp-scan/PKGBUILD2
-rw-r--r--community/astyle/PKGBUILD2
-rw-r--r--community/ccze/PKGBUILD4
-rw-r--r--community/chrpath/PKGBUILD4
-rw-r--r--community/exim/PKGBUILD2
6 files changed, 8 insertions, 8 deletions
diff --git a/community/aircrack-ng/PKGBUILD b/community/aircrack-ng/PKGBUILD
index e4bbc4250..4bb49cd21 100644
--- a/community/aircrack-ng/PKGBUILD
+++ b/community/aircrack-ng/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=aircrack-ng
pkgname=(aircrack-ng aircrack-ng-scripts)
pkgver=1.1
-pkgrel=7
+pkgrel=7.1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.aircrack-ng.org"
license=('GPL2')
diff --git a/community/arp-scan/PKGBUILD b/community/arp-scan/PKGBUILD
index e0d034389..e4878c4fe 100644
--- a/community/arp-scan/PKGBUILD
+++ b/community/arp-scan/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=arp-scan
pkgver=1.8.1
-pkgrel=1
+pkgrel=1.1
pkgdesc="A tool that uses ARP to discover and fingerprint IP hosts on the local network"
arch=(mips64el)
url="http://www.nta-monitor.com/tools/arp-scan/"
diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD
index 670efdf1b..e7a64294a 100644
--- a/community/astyle/PKGBUILD
+++ b/community/astyle/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=astyle
pkgver=2.02
-pkgrel=1
+pkgrel=1.1
pkgdesc="A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code"
arch=('i686' 'x86_64' 'mips64el')
url="http://sourceforge.net/projects/astyle/"
diff --git a/community/ccze/PKGBUILD b/community/ccze/PKGBUILD
index 5780f95a7..160886073 100644
--- a/community/ccze/PKGBUILD
+++ b/community/ccze/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ccze
pkgver=0.2.1
-pkgrel=5
+pkgrel=5.1
pkgdesc="Robust and modular log colorizer with many plugins"
arch=('i686' 'x86_64' 'mips64el')
url="http://freshmeat.net/projects/ccze/"
@@ -24,7 +24,7 @@ build() {
sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
sed -e '/#undef error_t/d' -i system.h.in
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}
diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD
index 52f6c4a6c..6aebf2278 100644
--- a/community/chrpath/PKGBUILD
+++ b/community/chrpath/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=chrpath
pkgver=0.13
-pkgrel=3
+pkgrel=3.1
pkgdesc="Change or delete the rpath or runpath in ELF files"
arch=('i686' 'x86_64' 'mips64el')
url="http://directory.fsf.org/project/chrpath/"
@@ -15,7 +15,7 @@ md5sums=('b73072a8fbba277558c50364b65bb407')
build() {
cd "${srcdir}"/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index e5a90878c..b68675132 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=exim
pkgver=4.77
-pkgrel=1
+pkgrel=1.1
pkgdesc="A Message Transfer Agent"
arch=(i686 x86_64 'mips64el')
url="http://www.exim.org/"