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/patch/APKBUILD | |
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/patch/APKBUILD')
-rw-r--r-- | main/patch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/patch/APKBUILD b/main/patch/APKBUILD index c94533944..c51e3d1e5 100644 --- a/main/patch/APKBUILD +++ b/main/patch/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=patch pkgver=2.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Utility to apply diffs to files" url="http://www.gnu.org/software/patch/patch.html" arch="all" |