summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-11-16 21:41:23 -0500
committerTed Alff2020-11-16 21:41:23 -0500
commit03394f87d6bdcec117f315647760f9ba0fa52ee0 (patch)
tree03737e4153a645e04d698d1266bef474fc3036b0
parent71699966fa1fc34c5b329641203db2caf6714e19 (diff)
downloadaur-03394f87d6bdcec117f315647760f9ba0fa52ee0.tar.gz
Version bump 4.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb33cf99effc..716c51b7e1b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-settings-devel
pkgdesc = Settings manager for xfce
- pkgver = 4.15.2
+ pkgver = 4.15.3
pkgrel = 1
url = https://www.xfce.org/
arch = i686
@@ -22,11 +22,11 @@ pkgbase = xfce4-settings-devel
depends = gnome-themes-extra
depends = python
optdepends = libcanberra: for sound control
- provides = xfce4-settings=4.15.2
+ provides = xfce4-settings=4.15.3
conflicts = xfce4-settings
- source = https://archive.xfce.org/src/xfce/xfce4-settings/4.15/xfce4-settings-4.15.2.tar.bz2
+ source = https://archive.xfce.org/src/xfce/xfce4-settings/4.15/xfce4-settings-4.15.3.tar.bz2
source = default-xsettings-xml.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/default-xsettings-xml.patch?h=packages/xfce4-settings
- sha256sums = ca87a7fdafa24830913c17f107e658a9f4000711c24b00e406b81a07feb24b3f
+ sha256sums = 2933aee1c08188cc2cc313431eeee99fc54392a08e1fa4ca783e46057f87900c
sha256sums = 8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7
pkgname = xfce4-settings-devel
diff --git a/PKGBUILD b/PKGBUILD
index 5f341552e431..816dc84588ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-devel
-pkgver=4.15.2
+pkgver=4.15.3
pkgrel=1
pkgdesc="Settings manager for xfce"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2"
'default-xsettings-xml.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/default-xsettings-xml.patch?h=packages/xfce4-settings')
-sha256sums=('ca87a7fdafa24830913c17f107e658a9f4000711c24b00e406b81a07feb24b3f'
+sha256sums=('2933aee1c08188cc2cc313431eeee99fc54392a08e1fa4ca783e46057f87900c'
'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
prepare() {