summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-11-09 15:42:20 +0200
committerAdrian Perez de Castro2020-11-09 15:42:20 +0200
commit13415ddde7ae5e21308472c067aab1e4bd4e5b04 (patch)
treecdb1103ce5ed960a08ba4a6aae8df9fcdafbcd7d
parent47b6f90c45d2e7e0b47c5cbeef45a3643d20a748 (diff)
downloadaur-13415ddde7ae5e21308472c067aab1e4bd4e5b04.tar.gz
Bump to version 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6fe419b03a1..28723bfba4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wf-config
pkgdesc = A library for managing configuration files, written for wayfire
- pkgver = 0.5.0
+ pkgver = 0.6.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.5.0/wf-config-0.5.0.tar.xz
- sha256sums = a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75
+ source = https://github.com/WayfireWM/wf-config/releases/download/0.6.0/wf-config-0.6.0.tar.xz
+ sha256sums = c0b2c9f41992859a4976301a2f4a5bb85cd5e67aa3e6e725b92ddd0597c7aaa8
pkgname = wf-config
diff --git a/PKGBUILD b/PKGBUILD
index db4c288961e3..f09e52a65e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-config
-pkgver=0.5.0
+pkgver=0.6.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=(a77c7ec272261b4e49ba605cc5185ad240af277e4124a62c90d5d01b86777b75)
+sha256sums=(c0b2c9f41992859a4976301a2f4a5bb85cd5e67aa3e6e725b92ddd0597c7aaa8)
build() {
rm -rf build