summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authordobo_pl2020-04-26 01:27:39 +0200
committerdobo_pl2020-04-26 01:27:39 +0200
commit09ab9591ee66695481ee848258276d1d1c17b778 (patch)
treee0bf146c0ad869da4cbb58193774e4ad92dc3a7d /.SRCINFO
parent7d07fd28e5f5bd554e0fe308165d7f8494bbd8c7 (diff)
downloadaur-09ab9591ee66695481ee848258276d1d1c17b778.tar.gz
0.10.1 - fixup
* Install also C API * This involves some trickery as setup.py also invokes cmake and make/ninja, so: - make sure that we build in the same directory by using --build-temp - ensure that we don't rebuild when installing by --skip-build
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff6e9b5ac78..8d28ea054c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = lief
pkgdesc = Library to instrument executable formats
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://lief.quarkslab.com/
- arch = i686
arch = x86_64
license = APACHE
makedepends = git
makedepends = cmake
makedepends = python-setuptools
depends = python
- source = git+git://github.com/lief-project/LIEF#tag=0.10.1
+ source = git+https://github.com/lief-project/LIEF#tag=0.10.1
md5sums = SKIP
pkgname = lief