diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-03 14:09:45 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-03 14:09:45 -0300 |
commit | 308f6ff034c928c0c4fc2ce168df7192ca2b1209 (patch) | |
tree | 49603bf604b0d3b3e4e0f1d71d0a52380933aa36 /libre/oss-libre | |
parent | 99d72f453ab00a43e11f6903bf34d6cd27962a4f (diff) | |
parent | 964755f48fefde84fce71781d0744e2158f60814 (diff) |
Merge branch 'master' of vparabola:abslibre
Conflicts:
pcr/pandoc/PKGBUILD
Diffstat (limited to 'libre/oss-libre')
-rw-r--r-- | libre/oss-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/oss-libre/PKGBUILD b/libre/oss-libre/PKGBUILD index 2ef42613a..7d1777b43 100644 --- a/libre/oss-libre/PKGBUILD +++ b/libre/oss-libre/PKGBUILD @@ -7,7 +7,7 @@ pkgname=oss-libre pkgver=4.2_2007 -pkgrel=4 +pkgrel=4.1 arch=('i686' 'x86_64') url="http://developer.opensound.com/" license=('GPL2') @@ -81,8 +81,8 @@ build() { } package() { - pkgdesc="Open Sound System UNIX audio architecture, without nonfree libflashsupport-oss recommendation (built for the linux-libre-headers package)" - depends=('gcc' 'make' 'linux-libre-headers' 'libtool' 'sed') + pkgdesc="Open Sound System UNIX audio architecture, without nonfree libflashsupport-oss recommendation" + depends=('gcc' 'make' 'linux-headers' 'libtool' 'sed') optdepends=('gtk2: for graphical mixer (ossxmix)') replaces=('oss') conflicts=('oss' 'oss-linux' 'oss-linux-free' 'oss-testing') |