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

Levente Polyak anthraxx at archlinux.org
Thu Jan 10 00:01:08 UTC 2019


    Date: Thursday, January 10, 2019 @ 00:01:05
  Author: anthraxx
Revision: 421339

upgpkg: distorm 3.4.1-1

Modified:
  distorm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-09 23:54:29 UTC (rev 421338)
+++ PKGBUILD	2019-01-10 00:01:05 UTC (rev 421339)
@@ -4,16 +4,16 @@
 
 pkgbase=distorm
 pkgname=('distorm' 'python-distorm' 'python2-distorm')
-pkgver=3.3.8
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Powerful disassembler library for x86/AMD64'
 url='https://github.com/gdabah/distorm'
 arch=('x86_64')
 license=('BSD')
-makedepends=('python' 'python2' 'glibc')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'glibc')
 options=('staticlibs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gdabah/distorm/archive/v${pkgver}.tar.gz)
-sha512sums=('bf65fe500089b4aa38d6430eb985f1dc3494b43c829379c56f91b5b4b25d19504fa3781a2fb2b03946f541962f6e564e46d6ec464c469ee21ecb773303b8494e')
+sha512sums=('0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}
@@ -38,7 +38,7 @@
   make -C make/linux PREFIX=/usr DESTDIR="${pkgdir}" install
   install -Dm 644 include/*.h -t "${pkgdir}/usr/include"
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /usr/lib/libdistorm3.so "${pkgdir}/usr/lib/libdistorm3.so".$(grep 'LIB_S_VERSION =' make/linux/Makefile|cut -d' ' -f3)
+  ln -sf "/usr/lib/libdistorm3.so.$(grep 'LIB_R_VERSION =' make/linux/Makefile|cut -d' ' -f3)" "${pkgdir}/usr/lib/libdistorm3.so"
 }
 
 package_python-distorm() {



More information about the arch-commits mailing list