summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2025-05-03 11:57:07 +0200
committergit user2025-05-03 11:57:07 +0200
commit50ce8a9467b0fc8a17e5b23ac8beac24d3e524de (patch)
tree7fcf1b2592de5538a322649bf2a16ffc796b6245 /PKGBUILD
parent93ab55c74843cdf8c601fe621303a296e0edc8bc (diff)
downloadaur-bdelta-git.tar.gz
Added dependencies 'gcc-libs' and 'glibc'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8653751289f..348848a3bd50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='bdelta'
pkgname="${_pkgname}-git"
epoch=1
pkgver=0.3.1.post2+g4782c58_20160919.fefefilesize
-pkgrel=3
+pkgrel=4
pkgdesc="A tool to create diffs of binary files. A sophisticated sequence matching library bundled with a delta creator and patch tool."
url='https://github.com/jjwhitney/BDelta'
arch=(
@@ -16,6 +16,8 @@ arch=(
license=("MPL-2.0")
depends=(
+ 'gcc-libs'
+ 'glibc'
)
makedepends=(