summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Biondi2020-01-21 15:41:10 +0100
committerMattia Biondi2020-01-21 15:41:10 +0100
commitf218278ce7286f0ed04d645c7bf9eed82f62dce2 (patch)
tree361b9fc8da698c9ee83e2ee530b34b864854b8ef
parent4afc679ee6f17035465c85d867bb881e82d73996 (diff)
downloadaur-umps.tar.gz
update conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e892a9632f5..b38c3ce2e08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = umps
pkgdesc = Virtual machine simulator based around the MIPS R2/3000 microprocessor.
pkgver = 2.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://mps.sourceforge.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5127d6eba2de..e79b229c41cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mattia Biondi <mattia biondi1 at gmail dot com>
pkgname=umps
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Virtual machine simulator based around the MIPS R2/3000 microprocessor."
arch=('x86_64')
url="http://mps.sourceforge.net/"
license=('GPL2')
-conflicts=('umps-git')
+conflicts=("umps-git")
depends=("qt4" 'libelf' 'boost' 'libsigc++' "cross-mipsel-linux-gnu-gcc")
makedepends=('autoconf' 'make')
source=("https://sourceforge.net/projects/mps/files/uMPS2/$pkgname-$pkgver.tar.gz"