diff options
Diffstat (limited to 'core/gzip/PKGBUILD')
-rw-r--r-- | core/gzip/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/gzip/PKGBUILD b/core/gzip/PKGBUILD index 67e967ed8..d6ce70c31 100644 --- a/core/gzip/PKGBUILD +++ b/core/gzip/PKGBUILD @@ -4,9 +4,9 @@ pkgname=gzip pkgver=1.4 -pkgrel=4 +pkgrel=4.1 pkgdesc="GNU compression utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gzip/" license=('GPL3') groups=('base') |