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/ghostscript/APKBUILD | |
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/ghostscript/APKBUILD')
-rw-r--r-- | main/ghostscript/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ghostscript/APKBUILD b/main/ghostscript/APKBUILD index 75a6c2a067..8891e55c40 100644 --- a/main/ghostscript/APKBUILD +++ b/main/ghostscript/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=ghostscript pkgver=8.71 -pkgrel=3 +pkgrel=4 pkgdesc="An interpreter for the PostScript language and for PDF" url="http://ghostscript.com/" license="GPL" |