summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhorsemanoffaith2016-01-19 23:07:47 -0800
committerhorsemanoffaith2016-01-19 23:07:47 -0800
commit687febdea07ab9b33035922cbfc046e29f1f2858 (patch)
treebc3b0a64cf87ab0bc8e4c32b8c4539550a52cf88
parentb86b78882b0bacf9bdfc85d98a51754c44b4cded (diff)
downloadaur-687febdea07ab9b33035922cbfc046e29f1f2858.tar.gz
Update to 3.19.4-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55859a07622..cfde3b9b4ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 06:01:43 UTC 2016
+# Wed Jan 20 07:06:57 UTC 2016
pkgbase = gnome-settings-daemon-ubuntu
pkgdesc = The GNOME Settings daemon with Ubuntu's patches
- pkgver = 3.18.2
+ pkgver = 3.19.4
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.18.2
+ provides = gnome-settings-daemon=3.19.4
conflicts = gnome-settings-daemon
options = !emptydirs
- source = http://ftp.gnome.org/pub/gnome/sources/gnome-settings-daemon/3.18/gnome-settings-daemon-3.18.2.tar.xz
- source = http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/pool/main/g/gnome-settings-daemon/gnome-settings-daemon_3.18.2-0ubuntu1~wily1.debian.tar.xz
- sha512sums = 82aa939c485d4fa90ee135d4f987a13c6b1629546f41a1399b2badd166c0cc4e298096d860fafefa1236d3af87484bd8903fb6e39fe971660e553e28768775fc
- sha512sums = 285d4ceecbf15c3097e14c08b84ca256a14778740e04812a412ad16b85bff7d84fe34025dd86fedb1bd7a936247259572a9055afadc84cad4ce74afe40500546
+ 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
pkgname = gnome-settings-daemon-ubuntu
diff --git a/PKGBUILD b/PKGBUILD
index 7b9375093822..90f8889db4ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: Michael Healy <horsemanoffaith@gmail.com>
# vercheck-pkgbuild: auto
-# vercheck-ubuntu: name=${pkgname%-*}, repo=wily
+# vercheck-ubuntu: name=${pkgname%-*}, repo=xenial
# vercheck-archlinux: name=${pkgname%-*}, repo=extra, arch=x86_64
-# vercheck-gnome: name=${pkgname%-*}, majorver=3.18
+# vercheck-gnome: name=${pkgname%-*}, majorver=3.19
# vercheck-ppa: name=${pkgname%-*}, url=ppa:gnome3-team/gnome3-staging
pkgname=gnome-settings-daemon-ubuntu
_use_ppa=true
-_ppa_rel=0ubuntu1~wily1
-#_ppa_ver=3.18.2
+_ppa_rel=0ubuntu1~xenial1
+#_ppa_ver=3.19.4
#_ubuntu_rel=0ubuntu1
-#_ubuntu_ver=3.16.3
-pkgver=3.18.2
+#_ubuntu_ver=3.18.2
+pkgver=3.19.4
pkgrel=1
pkgdesc="The GNOME Settings daemon with Ubuntu's patches"
arch=(i686 x86_64)
@@ -39,8 +39,8 @@ else
source+=("https://launchpad.net/ubuntu/+archive/primary/+files/gnome-settings-daemon_${_ubuntu_ver:-${pkgver}}-${_ubuntu_rel}.debian.tar.xz")
fi
-sha512sums=('82aa939c485d4fa90ee135d4f987a13c6b1629546f41a1399b2badd166c0cc4e298096d860fafefa1236d3af87484bd8903fb6e39fe971660e553e28768775fc'
- '285d4ceecbf15c3097e14c08b84ca256a14778740e04812a412ad16b85bff7d84fe34025dd86fedb1bd7a936247259572a9055afadc84cad4ce74afe40500546')
+sha512sums=('27398c96dffbc1e1098b0b4e6601f460247f002e0217c578b632edd883fc7fc0a0c5f92f2916eaee68a0859c967de849a7e8d5dfe99064bc0a39edbccfc56c45'
+ '3a18c8fc7661c0799e8e9dc6c6c97dba4f89eb4c5bcb797da7ffd15fcba3e88ea390cf44ca4cfcca48d8d9ef1243be382b32cf4e8879ba17c6060e3898538500')
prepare() {
cd "${pkgname%-*}-${pkgver}"