aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/sound/PKGBUILD
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-05-22 17:27:28 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-05-22 17:27:28 +0100
commit3719fc4bcb5a5024faeb6675cb3cd4ffb17cb525 (patch)
tree7d79847772b814886326474024f7674c8c6e33cc /meta/sound/PKGBUILD
parent2940720adc3ca6794a1b1faece7ded14c4d6c503 (diff)
downloaddotfiles-3719fc4bcb5a5024faeb6675cb3cd4ffb17cb525.tar.gz
dotfiles-3719fc4bcb5a5024faeb6675cb3cd4ffb17cb525.tar.bz2
dotfiles-3719fc4bcb5a5024faeb6675cb3cd4ffb17cb525.zip
[meta] Rename all metapackages
Diffstat (limited to 'meta/sound/PKGBUILD')
-rw-r--r--meta/sound/PKGBUILD11
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: