diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-20 08:55:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-20 08:55:15 +0000 |
commit | cbeb37ad9bde2f4f54c990a8f446db0517079c7f (patch) | |
tree | 227654ac7aef13cb9e1875af856036833193f93a /main/libmcrypt | |
parent | 7b73b485590be576245d94db6ee224fb58de3f1a (diff) | |
download | aports-cbeb37ad9bde2f4f54c990a8f446db0517079c7f.tar.bz2 aports-cbeb37ad9bde2f4f54c990a8f446db0517079c7f.tar.xz |
main/[various]: rebuild due to bad owner in package
Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing
fakeroot to break and owners got bad in all packages built after that.
This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken
packages needs to be rebuilt.
fixes #387
Diffstat (limited to 'main/libmcrypt')
-rw-r--r-- | main/libmcrypt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libmcrypt/APKBUILD b/main/libmcrypt/APKBUILD index f97b8a6cdc..109cb5946d 100644 --- a/main/libmcrypt/APKBUILD +++ b/main/libmcrypt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail> pkgname=libmcrypt pkgver=2.5.8 -pkgrel=2 +pkgrel=3 pkgdesc="A library which provides a uniform interface to several symmetric encryption algorithms" url="http://mcrypt.sourceforge.net/" license="GPL" |