diff options
Diffstat (limited to 'community/srm/PKGBUILD')
-rw-r--r-- | community/srm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD index 27dd11989..1c08c8c9b 100644 --- a/community/srm/PKGBUILD +++ b/community/srm/PKGBUILD @@ -6,7 +6,7 @@ pkgname=srm pkgver=1.2.12 pkgrel=1 pkgdesc="A secure replacement for rm(1) that overwrites data before unlinking" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://srm.sourceforge.net/" license=('custom') depends=('glibc') |