summaryrefslogtreecommitdiff
path: root/extra/gsm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /extra/gsm
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'extra/gsm')
-rw-r--r--extra/gsm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gsm/PKGBUILD b/extra/gsm/PKGBUILD
index 647cd2778..b31a794ac 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')
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
}