summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-08 02:25:41 +0300
committerAdrian Perez de Castro2019-10-08 02:25:41 +0300
commit88669c161c1a16c25d12c63b1889a6417155ac2c (patch)
treef256d57473b54c8a071c7f5c2ddb154e791afc0a
parent0ebaf3ac61dfebb79858046f99350b3092d6468f (diff)
downloadaur-88669c161c1a16c25d12c63b1889a6417155ac2c.tar.gz
Bump to version 0.3
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b1c3ac146f..28499c5ce1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wf-config
pkgdesc = A library for managing configuration files, written for wayfire
- pkgver = 0.1
+ pkgver = 0.3
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = wf-config
makedepends = ninja
makedepends = pkg-config
depends = libevdev
- depends = wlroots
+ depends = wlroots>=0.8.0
conflicts = wf-config-git
- source = https://github.com/WayfireWM/wf-config/releases/download/v0.1/wf-config-0.1.tar.xz
- sha512sums = 813be7b802f0cc8e22644f0ac9d017882ba5f769150b720dcdf99e4b3788f65021b7dd77f81435dd257fccc01405e9f789c9311928ec205313909b87dea695bb
+ source = https://github.com/WayfireWM/wf-config/releases/download/0.3/wf-config-0.3.tar.xz
+ sha512sums = b0df9735583c0665fb2fdd2353dbce07e11239eb26fd080159c7f386dba9b370d7908b09504bafde1e11f45be95adc128466017c45e9fcd75a0dea00af70d741
pkgname = wf-config
diff --git a/.gitignore b/.gitignore
index 8474eb64af22..218620e2fb38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-/*.log
-/*.tar
-/*.tar.*
-/pkg/
-/src/
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 88f89ef6d94a..90fe9101a429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-config
-pkgver=0.1
+pkgver=0.3
pkgrel=1
pkgdesc="A library for managing configuration files, written for wayfire"
arch=(x86_64)
url=https://wayfire.org
license=(custom:MIT)
-depends=(libevdev wlroots)
+depends=(libevdev 'wlroots>=0.8.0')
makedepends=(meson ninja pkg-config)
conflicts=("${pkgname}-git")
-source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('813be7b802f0cc8e22644f0ac9d017882ba5f769150b720dcdf99e4b3788f65021b7dd77f81435dd257fccc01405e9f789c9311928ec205313909b87dea695bb')
+source=("https://github.com/WayfireWM/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('b0df9735583c0665fb2fdd2353dbce07e11239eb26fd080159c7f386dba9b370d7908b09504bafde1e11f45be95adc128466017c45e9fcd75a0dea00af70d741')
build() {
rm -rf build