summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce74f6801cf..fec79ca173f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = yasm-git
pkgdesc = A complete rewrite of the NASM assembler under the BSD License
pkgver = 1.3.0.r48.g009450c7
- pkgrel = 1
+ pkgrel = 2
url = https://yasm.tortall.net/
arch = i686
arch = x86_64
license = BSD
makedepends = git
makedepends = cmake
+ makedepends = python
depends = glibc
provides = yasm
conflicts = yasm
diff --git a/PKGBUILD b/PKGBUILD
index 42383d7652bf..6286ddb5cf87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=yasm-git
pkgver=1.3.0.r48.g009450c7
-pkgrel=1
+pkgrel=2
pkgdesc="A complete rewrite of the NASM assembler under the BSD License"
arch=('i686' 'x86_64')
url="https://yasm.tortall.net/"
license=('BSD')
depends=('glibc')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'python')
provides=('yasm')
conflicts=('yasm')
options=('staticlibs')