summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRowan Lewis2015-10-11 20:59:53 +0200
committerRowan Lewis2015-10-11 20:59:53 +0200
commitd68a88fb7f0c51a495050094e1db3304da778a67 (patch)
tree36e9319885b157ff4985089857ccd2309269abaf /PKGBUILD
parent60874ae917661b37bfcbb4ae4fe38c36326a44fd (diff)
downloadaur-d68a88fb7f0c51a495050094e1db3304da778a67.tar.gz
Updated to v3.18.0.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD15
1 files changed, 6 insertions, 9 deletions
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