[arch-commits] Commit in capstone/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue May 31 23:42:19 UTC 2016


    Date: Wednesday, June 1, 2016 @ 01:42:19
  Author: anthraxx
Revision: 177569

upgpkg: capstone 3.0.4-3

adding static lib

Modified:
  capstone/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-31 21:17:59 UTC (rev 177568)
+++ PKGBUILD	2016-05-31 23:42:19 UTC (rev 177569)
@@ -4,13 +4,14 @@
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone' 'python2-capstone')
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A lightweight multi-platform, multi-architecture disassembly framework'
 url='http://www.capstone-engine.org/index.html'
 arch=('i686' 'x86_64')
 license=('BSD')
 makedepends=('glibc' 'python' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/${pkgbase}/archive/${pkgver}.tar.gz)
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
 sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d')
 
 build() {



More information about the arch-commits mailing list