diff options
Diffstat (limited to 'community/amsn/PKGBUILD')
-rw-r--r-- | community/amsn/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/amsn/PKGBUILD b/community/amsn/PKGBUILD index 6a913e026..710f9437a 100644 --- a/community/amsn/PKGBUILD +++ b/community/amsn/PKGBUILD @@ -7,7 +7,7 @@ pkgname=amsn pkgver=0.98.9 pkgrel=2 pkgdesc="MSN client written in Tcl/Tk" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://amsn.sourceforge.net/" license=('GPL2') depends=('tk' 'tls') @@ -24,7 +24,7 @@ sha256sums=('1fd2620489cc3627a841773a79cf28a7c9c438979c76d37f231a773a79e7f23e' build() { cd ${srcdir}/$pkgname-$pkgver - + rm -f plugins/amsnplus/snapshot # patch for linux kernel header changes patch -Np0 -i ${srcdir}/$pkgname-$pkgver-v4l2.patch # build patch |