diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-31 13:43:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-31 13:43:08 +0000 |
commit | 4ff65ef29982e116527adebdd7ad73a05719712a (patch) | |
tree | e565eb2bea4e2d98a4cd09e31e1d59d2338c8768 /main/libpcap | |
parent | 4324a91e20279ff861dba83c613259daaee84356 (diff) | |
download | aports-4ff65ef29982e116527adebdd7ad73a05719712a.tar.bz2 aports-4ff65ef29982e116527adebdd7ad73a05719712a.tar.xz |
main: mass-rebuild of packages missing arch in .PKGINFO
this is needed for apk-tools-2.1 migration
Diffstat (limited to 'main/libpcap')
-rw-r--r-- | main/libpcap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libpcap/APKBUILD b/main/libpcap/APKBUILD index 7b8e93659..f72cf0cef 100644 --- a/main/libpcap/APKBUILD +++ b/main/libpcap/APKBUILD @@ -2,7 +2,7 @@ pkgname=libpcap pkgver=1.1.1 _sover=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A system-independent interface for user-level packet capture" url="http://www.tcpdump.org/" arch="all" |