summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2023-02-25 17:53:54 +0100
committerChristian Schendel2023-02-25 17:53:54 +0100
commit76551271b5ccd16f38b8b1d6075a8421b2f7bd37 (patch)
treec653e6ef6825076889f85928f9c11f164c4ea3d0
parente9e593cab88179b810eef24de23d2f24184c5d6e (diff)
downloadaur-76551271b5ccd16f38b8b1d6075a8421b2f7bd37.tar.gz
move gsound from makedepends to depends
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81edc01bcbf0..7d585ff0036b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-pano-git
pkgver=10.r14.gdc3fc6f
-pkgrel=2
+pkgrel=3
pkgdesc="Next-gen Clipboard Manager"
arch=('any')
url="https://github.com/oae/gnome-shell-pano"
@@ -12,12 +12,12 @@ groups=('gnome-shell-extensions')
depends=('gnome-shell>=42'
'libgda6'
'gobject-introspection'
- 'cogl')
+ 'cogl'
+ 'gsound')
makedepends=('git'
'glib2'
'yarn'
- 'appstream'
- 'gsound')
+ 'appstream')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+${url}.git")