summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Franc2022-11-19 21:56:51 +0100
committerMartin Franc2022-11-19 21:56:51 +0100
commitb6cae4fca2366cc350faaefe7c7ccf714dbcdcbd (patch)
treeef999d2225e61a12db1260576bdb74de4d54e991 /PKGBUILD
parentef1423f1065751da5ed6e4a49463616c795a5d71 (diff)
downloadaur-b6cae4fca2366cc350faaefe7c7ccf714dbcdcbd.tar.gz
Move libinih from makedepends to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15c760559472..3ea9499e6c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=wob
pkgver=0.14
-pkgrel=1
+pkgrel=2
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' 'libinih')
+depends=('wayland' 'libinih')
+makedepends=('meson' 'wayland-protocols' 'scdoc')
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"