diff options
Diffstat (limited to 'community/zathura-ps/PKGBUILD')
-rw-r--r-- | community/zathura-ps/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD index 8f8b2cbdb..28da12740 100644 --- a/community/zathura-ps/PKGBUILD +++ b/community/zathura-ps/PKGBUILD @@ -6,11 +6,11 @@ pkgname=zathura-ps pkgver=0.2.0 pkgrel=1 pkgdesc="Adds ps support to zathura by using the libspectre library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://pwmt.org/projects/zathura/plugins/zathura-ps/" license=('custom') depends=('libspectre' 'zathura') -source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz) +source=(http://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz) md5sums=('aaec6d2abad1f557b38aaad26d86fb64') build(){ |