summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Franc2022-11-19 21:01:11 +0100
committerMartin Franc2022-11-19 21:48:19 +0100
commitef1423f1065751da5ed6e4a49463616c795a5d71 (patch)
treed7556eebebd279bbf74a558431836240c66db7d6
parent5681a40b0b396b3d061163423210beaa1c5a383d (diff)
downloadaur-ef1423f1065751da5ed6e4a49463616c795a5d71.tar.gz
Bump version to 0.14
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab11d027b21..fbf196e8dba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = wob
pkgdesc = A lightweight overlay volume/backlight/progress/anything bar for Wayland
- pkgver = 0.13
- pkgrel = 2
+ pkgver = 0.14
+ pkgrel = 1
url = https://github.com/francma/wob
arch = i686
arch = x86_64
+ arch = aarch64
license = ISC
makedepends = meson
makedepends = wayland-protocols
makedepends = scdoc
+ makedepends = libinih
depends = wayland
- source = wob-0.13.tar.gz::https://github.com/francma/wob/releases/download/0.13/wob-0.13.tar.gz
- source = wob-0.13.tar.gz.sig::https://github.com/francma/wob/releases/download/0.13/wob-0.13.tar.gz.sig
+ source = wob-0.14.tar.gz::https://github.com/francma/wob/releases/download/0.14/wob-0.14.tar.gz
+ source = wob-0.14.tar.gz.sig::https://github.com/francma/wob/releases/download/0.14/wob-0.14.tar.gz.sig
source = wob.service
source = wob.socket
validpgpkeys = 5C6DA024DDE27178073EA103F4B432D5D67990E3
- sha512sums = b4f15004b4e8a0176670d844969e29929e213dd787e3ad3bd04e805c07b3b7fa87721f79491f1205edaa7555fff8f9f2c7118873feac0f0a8a9d5eb9071d20f4
+ sha512sums = 8c294d8d450ab5295369c8fef1a57414ceac5b0d5e1d037883ccf76ac576b6ab5e7b3d74796d50c7d93b2e9b3eccc4750fbdef8a47464be0fb363abb8ab4fb71
sha512sums = SKIP
sha512sums = f7f077a3f99a87a6f815971a71f814e740ac0ecd0e26baf8059547ffd0ac5d106319bb034a147b7d70384a19bc23fc9b45a0aa4a7f81ccec606eccb0e0bf26fe
sha512sums = 0f2a4947761e5b22e2b046dc592c3a73d163a6e9d83717d61e90fedda1c6715cbeffa76bbeabc4866a5830828379c8ab3da516707015343741312c8234b7d011
diff --git a/PKGBUILD b/PKGBUILD
index dc828e177da4..15c760559472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Franc <me@martinfranc.eu>
pkgname=wob
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
pkgdesc='A lightweight overlay volume/backlight/progress/anything bar for Wayland'
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/francma/wob'
license=('ISC')
depends=('wayland')
-makedepends=('meson' 'wayland-protocols' 'scdoc')
+makedepends=('meson' 'wayland-protocols' 'scdoc' 'libinih')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/francma/wob/releases/download/${pkgver}/wob-${pkgver}.tar.gz"
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/francma/wob/releases/download/${pkgver}/wob-${pkgver}.tar.gz.sig"
@@ -17,7 +17,7 @@ source=(
)
validpgpkeys=('5C6DA024DDE27178073EA103F4B432D5D67990E3')
sha512sums=(
- 'b4f15004b4e8a0176670d844969e29929e213dd787e3ad3bd04e805c07b3b7fa87721f79491f1205edaa7555fff8f9f2c7118873feac0f0a8a9d5eb9071d20f4'
+ '8c294d8d450ab5295369c8fef1a57414ceac5b0d5e1d037883ccf76ac576b6ab5e7b3d74796d50c7d93b2e9b3eccc4750fbdef8a47464be0fb363abb8ab4fb71'
'SKIP'
'f7f077a3f99a87a6f815971a71f814e740ac0ecd0e26baf8059547ffd0ac5d106319bb034a147b7d70384a19bc23fc9b45a0aa4a7f81ccec606eccb0e0bf26fe'
'0f2a4947761e5b22e2b046dc592c3a73d163a6e9d83717d61e90fedda1c6715cbeffa76bbeabc4866a5830828379c8ab3da516707015343741312c8234b7d011'