diff options
-rw-r--r-- | community/libnetfilter_acct/PKGBUILD | 2 | ||||
-rw-r--r-- | community/libnetfilter_log/PKGBUILD | 2 | ||||
-rw-r--r-- | community/tinc/PKGBUILD | 10 | ||||
-rw-r--r-- | community/ulogd/PKGBUILD | 2 | ||||
-rw-r--r-- | core/gcc/PKGBUILD | 10 |
5 files changed, 17 insertions, 9 deletions
diff --git a/community/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD index 3f105d946..4bdacafd9 100644 --- a/community/libnetfilter_acct/PKGBUILD +++ b/community/libnetfilter_acct/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnetfilter_acct pkgver=1.0.0 pkgrel=1 pkgdesc="userspace library providing interface to extended accounting infrastructure" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netfilter.org/projects/libnetfilter_acct/index.html" license=('GPL') depends=('libnfnetlink' 'libmnl') diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD index 37027d898..053eaaf86 100644 --- a/community/libnetfilter_log/PKGBUILD +++ b/community/libnetfilter_log/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnetfilter_log pkgver=1.0.1 pkgrel=1 pkgdesc="userspace library providing interface to packets that have been logged by the kernel packet filter" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netfilter.org/projects/libnetfilter_log/index.html" license=('GPL') depends=('libnfnetlink') diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index 4238ba07a..12ce2531b 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Lothar Gesslein pkgname=tinc -pkgver=1.0.18 +pkgver=1.0.19 pkgrel=1 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64' 'mips64el') @@ -15,10 +15,6 @@ backup=(etc/conf.d/tincd.conf) install=tinc.install source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig} tincd.rc tincd.conf) -md5sums=('9352d53e892df4127e839f54a0e8af2a' - '1c219383bff7cc57024a9a25cd7fca5d' - '64bb53748d9051255f243003f0d511f5' - '7c0276d4812cc5d3cc18142562a3aa82') build() { cd "$srcdir/$pkgname-$pkgver" @@ -39,3 +35,7 @@ package() { install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd" install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf" } +md5sums=('5d97ee0f1ccf8fea5b492f6b54d5ac32' + 'af4a88d89a17c216e38b93630389181a' + '64bb53748d9051255f243003f0d511f5' + '7c0276d4812cc5d3cc18142562a3aa82') diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index aa075e2e7..9984609cf 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ulogd pkgver=2.0.0 pkgrel=2 pkgdesc='Userspace Packet Logging for netfilter' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') depends=('libmnl') diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index e44b1ab10..0b6c541a3 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -92,7 +92,7 @@ build() { ${_basedir}/configure --prefix=/usr \ --libdir=/usr/lib --libexecdir=/usr/lib \ --mandir=/usr/share/man --infodir=/usr/share/info \ - --with-bugurl=https://labs.parabolagnulinux.org/ \ + --with-bugurl=https://labs.parabola.nu/ \ --enable-languages=$languages \ --enable-shared --enable-threads=posix \ --with-system-zlib --enable-__cxa_atexit \ @@ -307,3 +307,11 @@ package_gcc-go() install -Dm644 ${_basedir}/COPYING.RUNTIME \ ${pkgdir}/usr/share/licenses/gcc-go/RUNTIME.LIBRARY.EXCEPTION } + + +md5sums=('933e6f15f51c031060af64a9e14149ff' + '767c62f9a047c4434f2345decf1d0819' + 'ced48436c1b3c981d721a829f1094de1' + '474b8f5a7dee6ddd96b95a7240bfb961' + '2acbc9d35cc9d72329dc71d6b1f162ef' + 'df82dd175ac566c8a6d46b11ac21f14c') |