summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Biondi2020-01-21 15:35:08 +0100
committerMattia Biondi2020-01-21 15:35:08 +0100
commitadbcf4352a3ec563352dd2ec8c561a16b8fd24cb (patch)
tree87d16d6cb4f49f4c93bdaf020cc55e810c2ab921
parentcc63d52c14b09181d8d4e0915230b3f13409015a (diff)
downloadaur-adbcf4352a3ec563352dd2ec8c561a16b8fd24cb.tar.gz
add conflicts, remove makedepends
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d398d7919697..5127d6eba2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Mattia Biondi <mattia biondi1 at gmail dot com>
pkgname=umps
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Virtual machine simulator based around the MIPS R2/3000 microprocessor."
arch=('x86_64')
url="http://mps.sourceforge.net/"
license=('GPL2')
+conflicts=('umps-git')
depends=("qt4" 'libelf' 'boost' 'libsigc++' "cross-mipsel-linux-gnu-gcc")
-makedepends=('git' 'autoconf' 'make')
+makedepends=('autoconf' 'make')
source=("https://sourceforge.net/projects/mps/files/uMPS2/$pkgname-$pkgver.tar.gz"
"0001-upstream-fixes.patch")
md5sums=('60b72c2f8e2e5ab58de4277649e5e4ce'