summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-02-22 13:44:10 -0600
committerLuis Martinez2021-02-22 13:44:10 -0600
commit4420816c73ff7587b3fdf7730acb8bf618730b67 (patch)
treea47eda5265f6d87fb1468c81224aa0a165308aaf
parent2daa5c84477ed084d72df64c5b048b58907cc66b (diff)
downloadaur-4420816c73ff7587b3fdf7730acb8bf618730b67.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c901278af27d..85414adeef8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = baru
pkgdesc = A system monitor written in Rust and C
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/doums/baru
arch = x86_64
license = MPL2
makedepends = git
makedepends = rust
- optdepends = libnl: for wired and wireless modules
- optdepends = libpulse: for sound and mic modules
+ makedepends = cmake
+ depends = libnl
+ depends = libpulse
conflicts = baru-bin
source = baru-0.2.5.tar.gz::https://github.com/doums/baru/archive/v0.2.5.tar.gz
sha512sums = fb8cabb64ecdf0d6aaa7335543f6804eb30d12f3c21409fbbf390dfc2c56eeb0c1c9da8c9cdc3d221bd406d876431243dafa8da3da17a86fb81deae3adf86308
diff --git a/PKGBUILD b/PKGBUILD
index 5cc423e914b5..e76e2e05b107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,13 @@
# Maintainer: lmartinez-mirror <lmartinez-mirror at noreply dot github dot com>
pkgname=baru
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='A system monitor written in Rust and C'
arch=('x86_64')
url='https://github.com/doums/baru'
license=('MPL2')
-makedepends=('git' 'rust')
-optdepends=(
- 'libnl: for wired and wireless modules'
- 'libpulse: for sound and mic modules'
-)
+depends=('libnl' 'libpulse')
+makedepends=('git' 'rust' 'cmake')
conflicts=('baru-bin')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('fb8cabb64ecdf0d6aaa7335543f6804eb30d12f3c21409fbbf390dfc2c56eeb0c1c9da8c9cdc3d221bd406d876431243dafa8da3da17a86fb81deae3adf86308')