summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042018-01-30 11:29:36 +0800
committerjerry732042018-01-30 11:29:36 +0800
commit7047b64b85a6e2007cb5281731b082ccbac7bcff (patch)
treeeff5a3a64dc01282ddd06c6eadd56a0c4ff10ba3
parente52997f30fe2fa7a90e7a2512f47339ba8eda72d (diff)
downloadaur-7047b64b85a6e2007cb5281731b082ccbac7bcff.tar.gz
Updated to 3.2-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b00a478b96..8e8f6423bbf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jan 30 03:26:41 UTC 2018
+# Tue Jan 30 03:29:26 UTC 2018
pkgbase = elfio
pkgdesc = ELFIO is a small, header-only C++ library that provides a simple interface for reading and generating files in ELF binary format
pkgver = 3.2
- pkgrel = 1
+ pkgrel = 2
url = http://elfio.sourceforge.net/
arch = i686
arch = x86_64
license = MIT License
- depends = glibc
+ depends = gcc-libs
options = strip
source = http://sourceforge.net/projects/elfio/files/ELFIO-sources/ELFIO-3.2/elfio-3.2.tar.gz
sha256sums = 8aba1fb7fe292581747e8a5f70aaea1ba591e9c14b664f8c7c69c7534a5c1022
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")