summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDobroslaw Kijowski2021-04-14 08:59:38 +0200
committerDobroslaw Kijowski2021-04-14 08:59:38 +0200
commitb49bf27652f83308439f436fa15cce9d2f67c0e7 (patch)
treeb7941c07e91026cc28fda437e6766f558fae2ea6
parent6ba3c362609c972ae789862689032038ef27da38 (diff)
downloadaur-b49bf27652f83308439f436fa15cce9d2f67c0e7.tar.gz
Update to 0.11.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 7 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f69a7a8125c4..ae227cd61311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lief
pkgdesc = Library to instrument executable formats
- pkgver = 0.10.1
- pkgrel = 3
+ pkgver = 0.11.4
+ pkgrel = 1
url = https://lief.quarkslab.com/
arch = x86_64
license = APACHE
@@ -9,12 +9,8 @@ pkgbase = lief
makedepends = cmake
makedepends = python-setuptools
depends = python
- source = git+https://github.com/lief-project/LIEF#tag=0.10.1
- source = https://github.com/lief-project/LIEF/pull/365/commits/68f61547226cfb3b09d1628bf11f68443b7a8bcf.diff
- source = https://github.com/lief-project/LIEF/pull/365/commits/f9e88a6665e80675c67310089d43045ebd3b64ef.diff
+ source = git+https://github.com/lief-project/LIEF#tag=0.11.4
sha256sums = SKIP
- sha256sums = 65caea9a2316a5d3b8ffff742643cabb4e1d182b9fa7a2e41bbe02d892b94086
- sha256sums = b7dcb28ee259410424578ddc89a2dc7fd7f605a4d266d06fa9919915b1efdb37
pkgname = lief
diff --git a/PKGBUILD b/PKGBUILD
index c9ab763b4a01..1fbd041e117c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,16 @@
# Maintainer: Dobroslaw Kijowski [dobo] <dobo90_at_gmail.com>
pkgname=lief
-pkgver=0.10.1
-pkgrel=3
+pkgver=0.11.4
+pkgrel=1
pkgdesc='Library to instrument executable formats'
arch=(x86_64)
url='https://lief.quarkslab.com/'
license=(APACHE)
depends=(python)
makedepends=(git cmake python-setuptools)
-source=("git+https://github.com/lief-project/LIEF#tag=${pkgver}"
- https://github.com/lief-project/LIEF/pull/365/commits/68f61547226cfb3b09d1628bf11f68443b7a8bcf.diff
- https://github.com/lief-project/LIEF/pull/365/commits/f9e88a6665e80675c67310089d43045ebd3b64ef.diff)
-sha256sums=(SKIP
- 65caea9a2316a5d3b8ffff742643cabb4e1d182b9fa7a2e41bbe02d892b94086
- b7dcb28ee259410424578ddc89a2dc7fd7f605a4d266d06fa9919915b1efdb37)
-
-prepare()
-{
- cd "${srcdir}/LIEF"
-
- patch -p1 < ../68f61547226cfb3b09d1628bf11f68443b7a8bcf.diff
- patch -p1 < ../f9e88a6665e80675c67310089d43045ebd3b64ef.diff
-}
+source=("git+https://github.com/lief-project/LIEF#tag=${pkgver}")
+sha256sums=(SKIP)
build() {
cd "${srcdir}/LIEF"