summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')