summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Franc2022-11-19 21:56:51 +0100
committerMartin Franc2022-11-19 21:56:51 +0100
commitb6cae4fca2366cc350faaefe7c7ccf714dbcdcbd (patch)
treeef999d2225e61a12db1260576bdb74de4d54e991
parentef1423f1065751da5ed6e4a49463616c795a5d71 (diff)
downloadaur-b6cae4fca2366cc350faaefe7c7ccf714dbcdcbd.tar.gz
Move libinih from makedepends to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf196e8dba2..d2387ed6bc8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wob
pkgdesc = A lightweight overlay volume/backlight/progress/anything bar for Wayland
pkgver = 0.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/francma/wob
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = wob
makedepends = meson
makedepends = wayland-protocols
makedepends = scdoc
- makedepends = libinih
depends = wayland
+ depends = libinih
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
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"