summaryrefslogtreecommitdiffstats
path: root/oss-hg/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
committerFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
commitb8c33ee22e78f48f52bfde7328d20efe73493149 (patch)
treeaf5a3a56a5094facb1c00472c0b1a3be7478eca2 /oss-hg/PKGBUILD
parent9c7f68c9ab1ed52a5c4c2cec57c71b15d2209f52 (diff)
parent34e8f8d7edc734b88753ff7cb0443f8489b02ee8 (diff)
downloadaur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.gz
aur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
Diffstat (limited to 'oss-hg/PKGBUILD')
-rw-r--r--oss-hg/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/oss-hg/PKGBUILD b/oss-hg/PKGBUILD
index 79f1ad9..97a9956 100644
--- a/oss-hg/PKGBUILD
+++ b/oss-hg/PKGBUILD
@@ -1,7 +1,7 @@
# Archlive <http://archlive-pkg.googlecode.com>
pkgname=oss-hg
-pkgver=907
+pkgver=920
pkgrel=1
pkgdesc="Open Sound System UNIX audio architecture"
arch=('i686' 'x86_64')
@@ -36,7 +36,6 @@ build() {
[ -d $srcdir/${_hgrepo} ] && rm -rf $srcdir/${_hgrepo}
hg clone $startdir/${_hgrepo} $srcdir/${_hgrepo}
cd $srcdir/${_hgrepo}
- zsh
# Avoid these flags conflicting with OSS build system.
unset CFLAGS
@@ -72,7 +71,7 @@ build() {
cp -a * "${pkgdir}"
chmod -R a+r "${pkgdir}"
find "${pkgdir}" -type d -exec chmod a+x '{}' \;
- install -D -m755 "$srcdir/oss.rc" "$pkgdir/etc/rc.d/oss"
+ install -D -m755 "$srcdir/oss.rc" "$pkgdir/etc/rc.d/oss4"
install -D -m755 "$srcdir/ossxmix.desktop" "$pkgdir/usr/share/applications/ossxmix.desktop"
install -D -m644 "$srcdir/ossxmix.png" "$pkgdir/usr/share/pixmaps/ossxmix.png"
}
@@ -82,4 +81,3 @@ md5sums=('b9a380a0ac8896390d71ac13676f27e1'
'1494a2304a1eb7a1979e7e83d894c67a'
'f6a0fa9d274d21ab92cd03fca885add7'
'81e0f51ec04379dee64c31c32b045028')
-# vim: set ft=zsh: