diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-13 10:18:14 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-13 10:18:14 +0100 |
commit | d27bbcebde95f792e0660af3657878216b2590c3 (patch) | |
tree | ebd693dbaeb22eb25643e06b80facc1e0f073e77 /core/libpcap/PKGBUILD | |
parent | 68dc88e3f45d6cb33a56ca10ec02f7e990636d31 (diff) | |
parent | 0671250710c3e7312a4693ac45ebbaacf471d1dc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/curl/PKGBUILD
core/lvm2/PKGBUILD
core/openvpn/PKGBUILD
extra/diffstat/PKGBUILD
extra/libxcb/PKGBUILD
extra/xorg-xkbutils/PKGBUILD
extra/xorg-xvinfo/PKGBUILD
Diffstat (limited to 'core/libpcap/PKGBUILD')
-rw-r--r-- | core/libpcap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libpcap/PKGBUILD b/core/libpcap/PKGBUILD index 2f093bf37..15802df11 100644 --- a/core/libpcap/PKGBUILD +++ b/core/libpcap/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 162746 2012-06-29 11:46:18Z thomas $ +# $Id: PKGBUILD 177951 2013-02-12 12:13:47Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=libpcap pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A system-independent interface for user-level packet capture" arch=('i686' 'x86_64' 'mips64el') url="http://www.tcpdump.org/" @@ -13,7 +13,7 @@ makedepends=('flex') source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig} libnl32.patch) sha256sums=('41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9' - '8004a6655fb98acd89f3dea7ce95f182f4874298ce692f5b8f4a7dae65d7993f' + 'a078cf1c0f36151cc84a0da7c25ad81fef87afa6bece58c990c62886a7beef99' '7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6') build() { |