diff options
Diffstat (limited to 'community/vamps/PKGBUILD')
-rw-r--r-- | community/vamps/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD index a949e9e95..c6480b17c 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -7,11 +7,11 @@ pkgname=vamps pkgver=0.99.2 pkgrel=10 pkgdesc='Very fast requantisizing tool for backup DVDs' -arch=('i686' 'x86_64') +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() { |