diff options
Diffstat (limited to 'meta/sound/PKGBUILD')
-rw-r--r-- | meta/sound/PKGBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/sound/PKGBUILD b/meta/sound/PKGBUILD index 609aff4..880ce3f 100644 --- a/meta/sound/PKGBUILD +++ b/meta/sound/PKGBUILD @@ -1,11 +1,8 @@ -# Maintainer: Arnold Sommerfeld <arch@strisemarx.com> -pkgname=strisemarx-sound -pkgver=9 +pkgname=sommerfeld-sound +pkgver=1 pkgrel=1 -pkgdesc="strisemarx's sound metapackage" arch=('any') -url="https://strisemarx.com" -license=('GPL3') +license=('MIT') depends=( 'alsa-utils' 'playerctl' @@ -18,5 +15,3 @@ depends=( optdepends=( 'noisetorch' ) - -# vim: ts=2 sw=2 et: |