diff options
Diffstat (limited to 'extra/scim-chewing/PKGBUILD')
-rw-r--r-- | extra/scim-chewing/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/scim-chewing/PKGBUILD b/extra/scim-chewing/PKGBUILD index c9e01f6f7..be143ae81 100644 --- a/extra/scim-chewing/PKGBUILD +++ b/extra/scim-chewing/PKGBUILD @@ -10,10 +10,10 @@ pkgdesc='Traditional Chinese input method module for SCIM' url='http://chewing.csie.net/' license=('GPL') options=('!libtool') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('intltool') depends=('scim' 'libchewing') -source=("http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2") +source=("https://github.com/downloads/chewing/scim-chewing/scim-chewing-${pkgver}.tar.bz2") sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05') build() { |