summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-01-10 01:00:33 +0000
committerPellegrino Prevete2023-01-10 01:00:33 +0000
commit6db8581548d50c04d39ed44561fbfbe16718d7f2 (patch)
treef63be0187ba1995b8b4e396e790c1d9b70429679
parentee0235cd2cc71f174830b6b1656fbc60b0fa54e3 (diff)
downloadaur-6db8581548d50c04d39ed44561fbfbe16718d7f2.tar.gz
fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505f4f39af1a..e69005531365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ps2-madplay
- pkgdesc = (Sony Playstation® 2 videogame system port).
+ pkgdesc = Front-end for libmad (Sony Playstation® 2 videogame system port).
pkgver = v1.3.0
pkgrel = 1
url = https://github.com/ps2dev/ps2sdk-ports
diff --git a/PKGBUILD b/PKGBUILD
index 75cd1ebae5f5..99a39e8d7a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _pkg="madplay"
pkgname="${_platform}-${_pkg}"
pkgver="v1.3.0"
pkgrel=1
-_pkgdesc=(" (Sony Playstation® 2 videogame system port).")
+_pkgdesc=("Front-end for libmad (Sony Playstation® 2 videogame system port).")
pkgdesc="${_pkgdesc[*]}"
arch=('x86_64')
license=('custom')