summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2023-06-06 22:15:21 +0300
committerViktor Drobot2023-06-06 22:15:21 +0300
commitb287f9826050045713b3a7afe67c75361e611ca4 (patch)
treeb8881ec2fb42a57feecf22f60a4c9961d3268e93
parent5aa9251336977827168ec3d4d79ddc6c1055583d (diff)
downloadaur-b287f9826050045713b3a7afe67c75361e611ca4.tar.gz
Add glibc dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca8c740428e..c2aa7d9b05da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bsdiff
arch = x86_64
license = custom
makedepends = patch
+ depends = glibc
depends = bzip2
source = https://ftp.desolve.ru/pub/bsdiff/bsdiff-4.3.tar.gz
source = CVE-2014-9862.patch
diff --git a/PKGBUILD b/PKGBUILD
index 3fed6f5de445..8f49597eb5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Tool for programming serial SPI FlashROM memories attached to PC via pa
arch=(i686 x86_64)
url="https://www.daemonology.net/bsdiff/"
license=(custom)
-depends=(bzip2)
+depends=(glibc bzip2)
makedepends=(patch)
source=("https://ftp.desolve.ru/pub/bsdiff/${pkgname}-${pkgver}.tar.gz"
"CVE-2014-9862.patch")