summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sobotka2021-02-17 11:35:50 +0100
committerMartin Sobotka2021-02-17 11:36:19 +0100
commitc1034e0239a0360b05be36f67ff354c7bd7ac43a (patch)
tree0ba13368c5a9c24291d3af903bd675f86e8a4658
parentbc04da18cee6c27ac2f60711f3492f1ebbbeb22f (diff)
downloadaur-c1034e0239a0360b05be36f67ff354c7bd7ac43a.tar.gz
changed description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ad79877532a..cb3b87f3851c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = qtmips
- pkgdesc = MIPS CPU emulator
+ pkgdesc = MIPS CPU simulator for education purposes with pipeline and cache visualization
pkgver = 0.7.5
pkgrel = 1
url = https://github.com/cvut/QtMips
diff --git a/PKGBUILD b/PKGBUILD
index 7002a932fc64..c915862c171a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qtmips
pkgver=0.7.5
pkgrel=1
-pkgdesc="MIPS CPU emulator"
+pkgdesc="MIPS CPU simulator for education purposes with pipeline and cache visualization"
arch=("x86_64")
url="https://github.com/cvut/QtMips"
license=('GPL')