summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD15
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53e83caa943..b1f0098dbe1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-settings-daemon-volume-step-patch
pkgdesc = The GNOME Settings daemon with an additional patch to allow configuration of volume steps
- pkgver = 3.16.3
+ pkgver = 3.18.0
pkgrel = 1
url = http://www.gnome.org
install = gnome-settings-daemon.install
@@ -16,7 +16,6 @@ pkgbase = gnome-settings-daemon-volume-step-patch
depends = dconf
depends = gnome-desktop
depends = gsettings-desktop-schemas
- depends = hicolor-icon-theme
depends = libcanberra-pulse
depends = libgudev
depends = libnotify
@@ -33,9 +32,9 @@ pkgbase = gnome-settings-daemon-volume-step-patch
provides = gnome-settings-daemon
conflicts = gnome-settings-daemon
options = !emptydirs
- source = http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.16/gnome-settings-daemon-3.16.3.tar.xz
+ source = http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.18/gnome-settings-daemon-3.18.0.tar.xz
source = volume-step.patch
- sha256sums = 8752f79ba2ee76701744b4806140d1b88c665ad7cd44e7ff58b4e78e1063daea
+ sha256sums = 8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5
sha256sums = bb1ac714e05d6b7b2c3e8a03180a580f9d8e65356a3fd70c3e8f5ba1d15bbb03
pkgname = gnome-settings-daemon-volume-step-patch
diff --git a/PKGBUILD b/PKGBUILD
index db079a1882e0..16bd084a4899 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
rplname=gnome-settings-daemon
pkgname=gnome-settings-daemon-volume-step-patch
-pkgver=3.16.3
+pkgver=3.18.0
pkgrel=1
pkgdesc="The GNOME Settings daemon with an additional patch to allow configuration of volume steps"
arch=('i686' 'x86_64')
license=('GPL')
depends=(
- 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 'hicolor-icon-theme'
- 'libcanberra-pulse' 'libgudev' 'libnotify' 'libsystemd' 'libwacom'
- 'pulseaudio' 'pulseaudio-alsa' 'upower' 'librsvg' 'libgweather'
- 'geocode-glib' 'geoclue2' 'nss'
+ 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 'libcanberra-pulse'
+ 'libgudev' 'libnotify' 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa'
+ 'upower' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2' 'nss'
)
makedepends=(
'intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl' 'python2'
@@ -24,10 +23,8 @@ source=(
http://ftp.gnome.org/pub/gnome/sources/$rplname/${pkgver:0:4}/$rplname-$pkgver.tar.xz
volume-step.patch
)
-sha256sums=(
- '8752f79ba2ee76701744b4806140d1b88c665ad7cd44e7ff58b4e78e1063daea'
- 'bb1ac714e05d6b7b2c3e8a03180a580f9d8e65356a3fd70c3e8f5ba1d15bbb03'
-)
+sha256sums=('8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5'
+ 'bb1ac714e05d6b7b2c3e8a03180a580f9d8e65356a3fd70c3e8f5ba1d15bbb03')
prepare() {
cd $rplname-$pkgver