summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Groh2023-07-05 13:16:03 +0200
committerAdrian Groh2023-07-05 13:16:03 +0200
commit2e1bea1e7a06d3cc4575e45a388f217acc8f904f (patch)
treec1a2e9883f15fdfae58227344dd9dc79e5c57113
parent9ca6a48f837bb9dbd96ed7a6a0847ee06364e013 (diff)
downloadaur-2e1bea1e7a06d3cc4575e45a388f217acc8f904f.tar.gz
Remove `glibc` dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f19463865392..19b44b02a9e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = joshuto-bin
arch = x86_64
license = LGPL3
depends = gcc-libs
- depends = glibc
provides = joshuto
conflicts = joshuto
conflicts = joshuto-git
diff --git a/PKGBUILD b/PKGBUILD
index b376d0c45dd6..b8a077fd518b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="ranger-like terminal file manager written in Rust"
url="https://github.com/kamiyaa/joshuto"
license=("LGPL3")
arch=("x86_64")
-depends=("gcc-libs" "glibc")
+depends=("gcc-libs")
provides=("joshuto")
conflicts=("joshuto" "joshuto-git")
source=("$pkgname-$pkgver.tar.gz::https://github.com/kamiyaa/joshuto/releases/download/v$pkgver/joshuto-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")