Skip to content

Commit

Permalink
flatpak-builder: depend on elfutils for eu-strip
Browse files Browse the repository at this point in the history
  • Loading branch information
maxice8 authored and Johnnynator committed Sep 25, 2021
1 parent 554d840 commit 7d2fd8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/flatpak-builder/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Template file for 'flatpak-builder'
pkgname=flatpak-builder
version=1.1.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config xmlto"
makedepends="flatpak-devel json-glib-devel libcap-devel libsoup-devel
libyaml-devel libcurl-devel elfutils"
libyaml-devel libcurl-devel"
depends="elfutils"
short_desc="Tool to build flatpaks from source"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
Expand Down

0 comments on commit 7d2fd8f

Please sign in to comment.