summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-08-05 23:14:39 +0300
committerAdrian Perez de Castro2020-08-05 23:14:39 +0300
commit47b6f90c45d2e7e0b47c5cbeef45a3643d20a748 (patch)
treeacd6b73b46409b4cc91153ed85c2cba93af2664c
parent1f9984b9e8e07f94c4005b21b60041571bb89dd1 (diff)
downloadaur-47b6f90c45d2e7e0b47c5cbeef45a3643d20a748.tar.gz
Bump to version 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d1c3de8496..c6fe419b03a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wf-config
pkgdesc = A library for managing configuration files, written for wayfire
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = wf-config
depends = libevdev
depends = libxml2
conflicts = wf-config-git
- source = https://github.com/WayfireWM/wf-config/releases/download/0.4.0/wf-config-0.4.0.tar.xz
- sha256sums = 67e40057bf38f0fce10a4a55edb7f1c52a216c326223174f4b89c3a8e1ad057e
+ source = https://github.com/WayfireWM/wf-config/releases/download/0.5.0/wf-config-0.5.0.tar.xz
+ sha256sums = a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75
pkgname = wf-config
diff --git a/PKGBUILD b/PKGBUILD
index a9a64fa91df1..db4c288961e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-config
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A library for managing configuration files, written for wayfire"
arch=(x86_64)
@@ -10,7 +10,7 @@ depends=(libevdev libxml2)
makedepends=(meson ninja pkg-config wayland-protocols glm)
conflicts=("${pkgname}-git")
source=("https://github.com/WayfireWM/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=(67e40057bf38f0fce10a4a55edb7f1c52a216c326223174f4b89c3a8e1ad057e)
+sha256sums=(a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75)
build() {
rm -rf build