diff options
author | git user | 2025-05-03 11:57:07 +0200 |
---|---|---|
committer | git user | 2025-05-03 11:57:07 +0200 |
commit | 50ce8a9467b0fc8a17e5b23ac8beac24d3e524de (patch) | |
tree | 7fcf1b2592de5538a322649bf2a16ffc796b6245 /PKGBUILD | |
parent | 93ab55c74843cdf8c601fe621303a296e0edc8bc (diff) | |
download | aur-bdelta-git.tar.gz |
Added dependencies 'gcc-libs' and 'glibc'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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=( |