diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-31 19:21:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-31 19:21:05 -0200 |
commit | b99281f573876a166cedd30b4f8347a9c3333363 (patch) | |
tree | 834d11877990f217dd8fe7a5790c923568726d2d /libre/oss-libre | |
parent | 5ad7dfc704ddb930cc62207154287b03174e5873 (diff) | |
download | abslibre-b99281f573876a166cedd30b4f8347a9c3333363.tar.gz abslibre-b99281f573876a166cedd30b4f8347a9c3333363.tar.bz2 abslibre-b99281f573876a166cedd30b4f8347a9c3333363.zip |
oss-libre: fix description
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') |