summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhorsemanoffaith2016-02-06 17:13:55 -0800
committerhorsemanoffaith2016-02-06 17:13:55 -0800
commit452e6e83d6e2d151f575ae93ab9d7abc8e7867e3 (patch)
treebc7ad5540e8de4c047337954c5e44958c7a10c28
parent687febdea07ab9b33035922cbfc046e29f1f2858 (diff)
downloadaur-452e6e83d6e2d151f575ae93ab9d7abc8e7867e3.tar.gz
Update to 3.19.5-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfde3b9b4ea8..abf0833d21e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 07:06:57 UTC 2016
+# Sun Feb 7 01:13:06 UTC 2016
pkgbase = gnome-settings-daemon-ubuntu
pkgdesc = The GNOME Settings daemon with Ubuntu's patches
- pkgver = 3.19.4
+ pkgver = 3.19.5
pkgrel = 1
url = http://www.gnome.org
install = gnome-settings-daemon.install
@@ -32,13 +32,13 @@ pkgbase = gnome-settings-daemon-ubuntu
depends = geocode-glib
depends = geoclue2
depends = nss
- provides = gnome-settings-daemon=3.19.4
+ provides = gnome-settings-daemon=3.19.5
conflicts = gnome-settings-daemon
options = !emptydirs
- source = http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.19/gnome-settings-daemon-3.19.4.tar.xz
- source = http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/pool/main/g/gnome-settings-daemon/gnome-settings-daemon_3.19.4-0ubuntu1~xenial1.debian.tar.xz
- sha512sums = 27398c96dffbc1e1098b0b4e6601f460247f002e0217c578b632edd883fc7fc0a0c5f92f2916eaee68a0859c967de849a7e8d5dfe99064bc0a39edbccfc56c45
- sha512sums = 3a18c8fc7661c0799e8e9dc6c6c97dba4f89eb4c5bcb797da7ffd15fcba3e88ea390cf44ca4cfcca48d8d9ef1243be382b32cf4e8879ba17c6060e3898538500
+ source = http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.19/gnome-settings-daemon-3.19.5.tar.xz
+ source = http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/pool/main/g/gnome-settings-daemon/gnome-settings-daemon_3.19.5-0ubuntu1~xenial1.debian.tar.xz
+ sha512sums = c6d1529766aff5d90d0cc055d90ae0516700243fc5e86bd96d2a40506da5f356c14fad2db936faeca350407803d358a50a8020b4ecba58e21cb428bf8fccfe88
+ sha512sums = 57708693d527a6f9de9a6ad116d690a00c79831b07f9cba70927554324416f6282b6e168a921d9dd1686cf6ac1ae88e5d0d973e2bd0c4f13936c3027db5102a7
pkgname = gnome-settings-daemon-ubuntu
diff --git a/PKGBUILD b/PKGBUILD
index 90f8889db4ef..557c6c7263d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
-# Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
+# Maintainer: Michael Healy <horsemanoffaith@gmail.com>
# Original Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: thn81 <root@scrat>
-# Contributor: Michael Healy <horsemanoffaith@gmail.com>
# vercheck-pkgbuild: auto
# vercheck-ubuntu: name=${pkgname%-*}, repo=xenial
@@ -12,10 +11,10 @@
pkgname=gnome-settings-daemon-ubuntu
_use_ppa=true
_ppa_rel=0ubuntu1~xenial1
-#_ppa_ver=3.19.4
+#_ppa_ver=3.19.5
#_ubuntu_rel=0ubuntu1
#_ubuntu_ver=3.18.2
-pkgver=3.19.4
+pkgver=3.19.5
pkgrel=1
pkgdesc="The GNOME Settings daemon with Ubuntu's patches"
arch=(i686 x86_64)
@@ -39,8 +38,9 @@ else
source+=("https://launchpad.net/ubuntu/+archive/primary/+files/gnome-settings-daemon_${_ubuntu_ver:-${pkgver}}-${_ubuntu_rel}.debian.tar.xz")
fi
-sha512sums=('27398c96dffbc1e1098b0b4e6601f460247f002e0217c578b632edd883fc7fc0a0c5f92f2916eaee68a0859c967de849a7e8d5dfe99064bc0a39edbccfc56c45'
- '3a18c8fc7661c0799e8e9dc6c6c97dba4f89eb4c5bcb797da7ffd15fcba3e88ea390cf44ca4cfcca48d8d9ef1243be382b32cf4e8879ba17c6060e3898538500')
+sha512sums=('c6d1529766aff5d90d0cc055d90ae0516700243fc5e86bd96d2a40506da5f356c14fad2db936faeca350407803d358a50a8020b4ecba58e21cb428bf8fccfe88'
+ '57708693d527a6f9de9a6ad116d690a00c79831b07f9cba70927554324416f6282b6e168a921d9dd1686cf6ac1ae88e5d0d973e2bd0c4f13936c3027db5102a7')
+
prepare() {
cd "${pkgname%-*}-${pkgver}"