summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 23:44:20 -0500
committerSolomon Choina2021-02-20 23:44:20 -0500
commit1e83d6447865df34fd5b7fffc75cf6568db98d03 (patch)
tree53bcd75caeeaec79019bf420d47ed716e91f184c
parent33065f0fe1ac0dcbb90e7d10a0e822dad1488062 (diff)
downloadaur-switchboard-plug-sound-git.tar.gz
fixing granite depends i think and whatever
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708d20ac576c..29fb9fc44896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = switchboard-plug-sound-git
pkgdesc = Switchboard Sound Plug
- pkgver = 2.2.4.r15.gd6db05a
+ pkgver = 2.2.6.r10.g22b101e
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-sound
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
makedepends = switchboard
makedepends = vala
@@ -25,4 +25,3 @@ pkgbase = switchboard-plug-sound-git
sha256sums = SKIP
pkgname = switchboard-plug-sound-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5a84f6040e1d..55a544d98af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-sound-git
-pkgver=2.2.4.r15.gd6db05a
+pkgver=2.2.6.r10.g22b101e
pkgrel=1
pkgdesc='Switchboard Sound Plug'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libcanberra' 'libgee' 'libpulse'
'libgranite.so' 'libswitchboard-2.0.so')
-makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
+makedepends=('git' 'granite-git' 'meson' 'switchboard' 'vala')
provides=('switchboard-plug-sound')
conflicts=('switchboard-plug-sound')
source=('git+https://github.com/elementary/switchboard-plug-sound.git')