summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Boyd Isacsson2021-01-11 13:33:37 +0100
committerNicholas Boyd Isacsson2021-01-11 13:33:37 +0100
commitd5f3a24250f3841fe93e9b661cddd71299fa9ba7 (patch)
treee05940ae9ed948c2664c4ebcc080186711e25965
parent54c86fe8b47fe95bae8aacb993da1f23ad433805 (diff)
downloadaur-d5f3a24250f3841fe93e9b661cddd71299fa9ba7.tar.gz
Add glibc dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0522790b20f5..a845541d6800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = waybar-mpris-git
arch = any
license = unknown
makedepends = go
+ depends = glibc
source = git+https://git.hrfee.pw/hrfee/waybar-mpris
md5sums = SKIP
pkgname = waybar-mpris-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 15d94bb77861..d190cb7acc4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='MPRIS2 waybar component'
arch=('any')
url="https://git.hrfee.pw/hrfee/$_pkgname"
license=('unknown')
-depends=()
+depends=('glibc')
makedepends=('go')
source=(git+$url)
md5sums=(SKIP)