diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-10 20:59:48 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-10 20:59:48 (GMT) |
commit | 5b5a0e253e08a880dfbc4f3c9335428a297a282c (patch) | |
tree | 33658177c698f726c3a521f225b22bcaef84542c /abs/core-testing/linhes-sounds/PKGBUILD | |
parent | 986e758b1542d8d7562e15b54f2fd426d2bef74d (diff) | |
download | linhes_pkgbuild-5b5a0e253e08a880dfbc4f3c9335428a297a282c.zip linhes_pkgbuild-5b5a0e253e08a880dfbc4f3c9335428a297a282c.tar.gz linhes_pkgbuild-5b5a0e253e08a880dfbc4f3c9335428a297a282c.tar.bz2 |
Added a half-second silent wav to work around a digital audio bug with ALSA
Diffstat (limited to 'abs/core-testing/linhes-sounds/PKGBUILD')
-rw-r--r-- | abs/core-testing/linhes-sounds/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-sounds/PKGBUILD b/abs/core-testing/linhes-sounds/PKGBUILD index 17458f3..f33c0d2 100644 --- a/abs/core-testing/linhes-sounds/PKGBUILD +++ b/abs/core-testing/linhes-sounds/PKGBUILD @@ -3,12 +3,11 @@ pkgname=linhes-sounds pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="Sounds used in backing up and restoring." arch=('i686' 'x86_64') license=('GPL2') url="http://linhes.org/" -source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-sounds.tar.bz2) build() { cd $startdir/src/ |