summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-05-22 06:43:37 -0500
committerBao Trinh2023-05-22 06:50:03 -0500
commit3b070cce27986d915489fa9f9ee1b58fa2cfa779 (patch)
treeaa1df6b6187aa20258f3bbebd7107a861501ee76
parenta85ecf26a841a9eb4faf988967787bb38cd100cf (diff)
downloadaur-3b070cce27986d915489fa9f9ee1b58fa2cfa779.tar.gz
Correct dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c49a0670c60..704725c09d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,13 @@ pkgbase = dduper-git
arch = x86_64
license = GPL2
makedepends = git
- depends = libutil-linux
+ depends = glibc
+ depends = util-linux-libs
depends = lzo
depends = zlib
depends = zstd
depends = libgcrypt
+ depends = python
depends = python-numpy
depends = python-prettytable
source = dduper::git+https://github.com/Lakshmipathi/dduper.git
diff --git a/PKGBUILD b/PKGBUILD
index 494d2a15c7b5..875d8a807390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/Lakshmipathi/dduper"
license=(GPL2)
arch=(x86_64)
makedepends=('git')
-depends=('libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt' 'python-numpy' 'python-prettytable')
+depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt' 'python' 'python-numpy' 'python-prettytable')
source=(
"$_pkgname::git+https://github.com/Lakshmipathi/dduper.git"
"https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$btrfsprogsver.tar."{sign,xz}