summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f67f3a7cc09f..86389497bd8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfconf-devel
pkgdesc = A simple client-server configuration storage and query system
- pkgver = 4.19.0
+ pkgver = 4.19.2
pkgrel = 1
url = https://docs.xfce.org/xfce/xfconf/start
arch = i686
@@ -13,9 +13,9 @@ pkgbase = xfconf-devel
makedepends = vala
makedepends = gobject-introspection
depends = libxfce4util
- provides = xfconf=4.19.0
+ provides = xfconf=4.19.2
conflicts = xfconf
- source = https://archive.xfce.org/src/xfce/xfconf/4.19/xfconf-4.19.0.tar.bz2
- sha256sums = b7b502f7c8891807d666bb3b5dc33b50df9fdda9fd41e2341bf185b5f2579183
+ source = https://archive.xfce.org/src/xfce/xfconf/4.19/xfconf-4.19.2.tar.bz2
+ sha256sums = 0d92e7160e11aaaa78569751f4843b2211896c2664b5f0440c7ccdec626e1ed6
pkgname = xfconf-devel
diff --git a/PKGBUILD b/PKGBUILD
index 3a23b6cef7b7..5282d4c43ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfconf
pkgname=${_pkgname}-devel
-pkgver=4.19.0
+pkgver=4.19.2
pkgrel=1
pkgdesc="A simple client-server configuration storage and query system"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ makedepends=('gtk-doc' 'vala' 'gobject-introspection')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('b7b502f7c8891807d666bb3b5dc33b50df9fdda9fd41e2341bf185b5f2579183')
+sha256sums=('0d92e7160e11aaaa78569751f4843b2211896c2664b5f0440c7ccdec626e1ed6')
build() {
cd "${_pkgname}-${pkgver}"