diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-19 19:21:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-19 19:21:53 -0500 |
commit | ccc313d8fded59e5f3ac915b91b5683b1bf47880 (patch) | |
tree | 6783a525e22fb3dd14039ddc19564d101a34debb | |
parent | 182ec789d792f7797b31dd8e1426c586031be30f (diff) |
Fix source to vamps and zathura-ps, fix xorg-server
-rw-r--r-- | community/vamps/PKGBUILD | 2 | ||||
-rw-r--r-- | community/zathura-ps/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/xorg-server/PKGBUILD | 14 |
3 files changed, 3 insertions, 17 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD index 5ab1a28d0..38e2f8657 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -11,7 +11,7 @@ arch=('i686' 'x86_64' 'mips64el') url='http://vamps.sourceforge.net' license=('GPL2') depends=('libdvdread') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/Vamps/${pkgname}-${pkgver}.tar.gz") md5sums=('7d438185a2ae95ebb245472d9fa47d06') build() { 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(){ diff --git a/extra/xorg-server/PKGBUILD b/extra/xorg-server/PKGBUILD index 5731a5134..b480c74ca 100644 --- a/extra/xorg-server/PKGBUILD +++ b/extra/xorg-server/PKGBUILD @@ -243,17 +243,3 @@ md5sums=('65a53b11bc01dcc97ee9b201dc620c32' '376c70308715cd2643f7bff936d9934b' 'd4f7dfc6be4ef4e2c6dd7632a9d88abe' 'd335870a88231cdbdd2919dd4ca76a1f') -md5sums=('65a53b11bc01dcc97ee9b201dc620c32' - 'ea4852dedbb89550f6bc113ca66348a2' - '4f3bc572ad32e6ed22efc38d2a5e429a' - '52fd3effd80d7bc6c1660d4ecf23d31c' - '376c70308715cd2643f7bff936d9934b' - 'd4f7dfc6be4ef4e2c6dd7632a9d88abe' - 'd335870a88231cdbdd2919dd4ca76a1f') -sha256sums=('3654b613393734ce0c7c23e81ca4ceb6e8afefb5f0649233ffd105c1220544fe' - '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162' - 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84' - 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9' - '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776' - '94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166' - '966b8c509006e3b7e6ac951c93a760ecbb2cb2ad7a5807fb919f0c4ee5e079a5') |