diff options
Diffstat (limited to 'testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD')
-rw-r--r-- | testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD index 7e5afb118..5474fb046 100644 --- a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD +++ b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD @@ -1,11 +1,11 @@ -# Contributor: +# Contributor: Jeff Bilyk <jbilyk@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch-sounds-es-mx-maria-44100 pkgver="0" -pkgrel=0 +pkgrel=1 pkgdesc="Sounds for freeswitch Spanish" url="http://files.freeswitch.org/" -arch="all" +arch="noarch" license="unknown" depends= makedepends= @@ -21,7 +21,7 @@ build() { package() { mkdir -p "$pkgdir"/usr/sounds/ - cp -ra "$srcdir"/ "$pkgdir"/usr/sounds + cp -ra "$srcdir"/es/ "$pkgdir"/usr/sounds } md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz" |