Re-corrected md5sum and fixed typo
This commit is contained in:
parent
e948de97ad
commit
259e7e5170
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -7,13 +7,13 @@ arch=('i686' 'x86_64')
|
|||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('custom')
|
||||
depends=(glibc)
|
||||
_archive="X32-Edit_V${pkgver}_Linux.tar.gz"
|
||||
_archive="X32-Edit_V${pkgver}_LINUX.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${_archive})
|
||||
md5sums=('53959b6f236cf5c0069a00fb1b241fb1')
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}"
|
||||
tar xf ${_archive}
|
||||
mv X32-Edit ${pkgdir}/opt/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue