diff options
Diffstat (limited to 'community/libcss/PKGBUILD')
-rw-r--r-- | community/libcss/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libcss/PKGBUILD b/community/libcss/PKGBUILD index eb4ab2817..db7543522 100644 --- a/community/libcss/PKGBUILD +++ b/community/libcss/PKGBUILD @@ -7,11 +7,11 @@ pkgname=libcss pkgver=0.1.2 pkgrel=2 pkgdesc="CSS parser and selection engine" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/projects/libcss/" license=('MIT') depends=('libparserutils>=0.1.1' 'libwapcaplet>=0.1.1') -source=("http://www.netsurf-browser.org/projects/releases/libcss-$pkgver-src.tar.gz") +source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz") sha256sums=('92c112a059bc5ae490392439401005b47ca5c270f891f6317b64aac738ae1f5e') build() { |