summaryrefslogtreecommitdiff
path: root/extra/gsm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gsm/PKGBUILD')
-rw-r--r--extra/gsm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gsm/PKGBUILD b/extra/gsm/PKGBUILD
index b95d4f4e5..9a0d16b41 100644
--- a/extra/gsm/PKGBUILD
+++ b/extra/gsm/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=gsm
pkgver=1.0.13
-pkgrel=6
+pkgrel=7
pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.quut.com/gsm/"
license=('custom')
depends=('glibc')
-source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz
- gsm.patch)
+source=("http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'gsm.patch')
md5sums=('c1ba392ce61dc4aff1c29ea4e92f6df4'
'30f46c92d0a5e5654258e707a9e8b5a6')
@@ -39,5 +39,5 @@ package() {
install
# Install license
- install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt || return 1
+ install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
}