summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaee66f3e113..a0a05e3cea5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Sep 24 21:31:43 UTC 2016
pkgbase = mingw-w64-udis86
pkgdesc = A minimalistic disassembler library
pkgver = 1.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://udis86.sourceforge.net/
arch = i686
arch = x86_64
license = BSD
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
- depends = python2
+ makedepends = python
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 5149c5436236..1776b2a791a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-udis86
pkgver=1.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A minimalistic disassembler library"
arch=('i686' 'x86_64')
url="http://udis86.sourceforge.net/"
license=("BSD")
-makedepends=(mingw-w64-gcc mingw-w64-pkg-config)
-depends=('python2')
+makedepends=(mingw-w64-gcc mingw-w64-pkg-config python)
+depends=()
options=(!strip !buildflags staticlibs)
source=("http://downloads.sourceforge.net/udis86/udis86-${pkgver}.tar.gz")
sha1sums=('f55dec2d5319aac9d0a7ae2614ddcc7aa73d3744')