summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf4088f6419f..6fe1cebe017f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=elfio
pkgver=3.2
-pkgrel=1
+pkgrel=2
pkgdesc="ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format"
arch=('i686' 'x86_64')
url="http://elfio.sourceforge.net/"
license=('MIT License')
-depends=('glibc')
+depends=('gcc-libs')
makedepends=()
options=('strip')
source=("http://sourceforge.net/projects/elfio/files/ELFIO-sources/ELFIO-$pkgver/$pkgname-$pkgver.tar.gz")